From 13a47e4fdcf125e840cfeaeed94dd9314edfc0ed Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 20 Oct 2025 22:00:27 +0200 Subject: [PATCH] style(tts): use design system colors and typography --- src/components/TTSControls.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/TTSControls.tsx b/src/components/TTSControls.tsx index 77544b27..632d93f7 100644 --- a/src/components/TTSControls.tsx +++ b/src/components/TTSControls.tsx @@ -41,10 +41,9 @@ const TTSControls: React.FC = ({ text, defaultLang, className }) => { onClick={handlePlayPause} title={playLabel} disabled={!canPlay} - style={{ padding: '0.25rem 0.5rem', fontSize: '0.85rem' }} > - {playLabel} + {playLabel} -