about summary refs log tree commit diff
path: root/src/components/AppLanguageDropdown.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppLanguageDropdown.tsx')
-rw-r--r--src/components/AppLanguageDropdown.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/AppLanguageDropdown.tsx b/src/components/AppLanguageDropdown.tsx
index 82ca4999e..de2e50fc8 100644
--- a/src/components/AppLanguageDropdown.tsx
+++ b/src/components/AppLanguageDropdown.tsx
@@ -34,6 +34,7 @@ export function AppLanguageDropdown(_props: ViewStyleProp) {
   return (
     <View style={a.relative}>
       <RNPickerSelect
+        darkTheme={t.scheme === 'dark'}
         placeholder={{}}
         value={sanitizedLang}
         onValueChange={onChangeAppLanguage}