fix iOS language picker style in dark mode (#6804)

Co-authored-by: skipness <ckhf@proton.me>
This commit is contained in:
Foster
2024-11-28 09:31:10 -05:00
committed by GitHub
parent 6a2067a761
commit 84796c1bcf
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ export function AppLanguageDropdown(_props: ViewStyleProp) {
return (
<View style={a.relative}>
<RNPickerSelect
darkTheme={t.scheme === 'dark'}
placeholder={{}}
value={sanitizedLang}
onValueChange={onChangeAppLanguage}