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
@@ -394,6 +394,7 @@ function SearchLanguageDropdown({
return (
<RNPickerSelect
darkTheme={t.scheme === 'dark'}
placeholder={{}}
value={value}
onValueChange={onChange}