Skip to content

Commit

Permalink
style: moved button for better screen coherence
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Feb 3, 2025
1 parent 0c208f7 commit c29b4aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/screens/TTSMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ const TTSMenu = () => {
onChangeValue={(item) => setCurrentSpeaker(item)}
/>
<View style={{ flexDirection: 'row', alignItems: 'center', columnGap: 16 }}>
<ThemedTextInput
value={testAudioText}
onChangeText={setTestAudioText}
style={{ color: color.text._400, fontStyle: 'italic', flex: 1 }}
/>
<ThemedButton
label="Test"
variant="secondary"
Expand All @@ -132,11 +137,6 @@ const TTSMenu = () => {
})
}}
/>
<ThemedTextInput
value={testAudioText}
onChangeText={setTestAudioText}
style={{ color: color.text._400, fontStyle: 'italic', flex: 1 }}
/>
</View>
</View>
)
Expand Down

0 comments on commit c29b4aa

Please sign in to comment.