This commit is contained in:
2026-03-29 09:21:01 -04:00
parent 821e71b387
commit a7d4f4e4d3
6 changed files with 500 additions and 205 deletions

View File

@@ -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)}