Tune the menu's dark mode bg color

zio/stable
Paul Frazee 2023-03-06 15:39:58 -06:00
parent 6980bb0827
commit e069bde75c
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ const styles = StyleSheet.create({
paddingLeft: 30, paddingLeft: 30,
}, },
viewDarkMode: { viewDarkMode: {
backgroundColor: colors.gray8, backgroundColor: '#202023',
}, },
profileCardDisplayName: { profileCardDisplayName: {