Resolve dark mode styling issues

This commit is contained in:
Lei Nelissen
2020-08-25 10:39:21 +02:00
parent 91344300c8
commit ea11a7d317
6 changed files with 7 additions and 14 deletions

View File

@@ -22,5 +22,6 @@ export const colors = StyleSheet.create({
},
input: {
backgroundColor: PlatformColor('systemGray5Color'),
color: PlatformColor('label'),
}
});