Skip to content

Commit

Permalink
fix tts language selection padding bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-lemeur committed Dec 2, 2024
1 parent 44ea24a commit fbe91f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/reader/components/header/voiceSelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const VoiceSelection: React.FC<IProps> = (props) => {

return (<div className={stylesReader.ttsSelectVoice}>
<ComboBox
style={{paddingBottom: "0"}}
label={__("reader.tts.language")}
defaultItems={languages}
// defaultSelectedKey={`TTS_LANG_${selectedLanguage}`}
Expand Down

0 comments on commit fbe91f0

Please sign in to comment.