fix: add spacing to TTS settings tab for better layout

This commit is contained in:
Moustapha Kodjo Amadou 2026-04-13 15:15:05 +01:00
parent 09e3c2ba36
commit 0576583528

View file

@ -309,6 +309,7 @@ class _TtsSettingsTabState extends ConsumerState<TtsSettingsTab> {
},
),
),
SizedBox(height: 100),
],
),
);