pause
This commit is contained in:
@@ -387,7 +387,7 @@ export default function SettingsScreen() {
|
||||
<ThemedView style={styles.prefGroup}>
|
||||
<ThemedText style={styles.prefTitle}>Timezone</ThemedText>
|
||||
<TextInput
|
||||
style={styles.input}
|
||||
style={[styles.input, { backgroundColor: theme.backgroundElement }]}
|
||||
placeholder="e.g., UTC"
|
||||
value={accountSettings.timezone}
|
||||
onChangeText={(text) => handleAccountSettingChange('timezone', text)}
|
||||
|
||||
Reference in New Issue
Block a user