Tune the menu's dark mode bg color

This commit is contained in:
Paul Frazee
2023-03-06 15:39:58 -06:00
parent 75f34c5bb8
commit 77db31b913
+1 -1
View File
@@ -272,7 +272,7 @@ const styles = StyleSheet.create({
paddingLeft: 30,
},
viewDarkMode: {
backgroundColor: colors.gray8,
backgroundColor: '#202023',
},
profileCardDisplayName: {