Fix width of alarm sound in SettingsPage

This commit is contained in:
Brandon Presley 2022-12-01 15:26:41 +13:00
parent 825981460e
commit 1016997269
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ export default function SettingsPage() {
flexDirection: 'row', flexDirection: 'row',
alignItems: 'center', alignItems: 'center',
}}> }}>
<Subheading>Alarm sound</Subheading> <Subheading style={styles.select}>Alarm sound</Subheading>
<Button onPress={changeSound}>{soundString || 'Default'}</Button> <Button onPress={changeSound}>{soundString || 'Default'}</Button>
</View> </View>
)} )}