diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-06 15:39:58 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-03-06 15:39:58 -0600 |
commit | e069bde75c0a1ee18a2c226ebc21e193acee9e0e (patch) | |
tree | f4c2d02b6f132a836cc771a8eabeb0460e014de3 | |
parent | 6980bb0827f326072c129b850bf2a27027a9ecda (diff) | |
download | voidsky-e069bde75c0a1ee18a2c226ebc21e193acee9e0e.tar.zst |
Tune the menu's dark mode bg color
-rw-r--r-- | src/view/shell/mobile/Menu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/Menu.tsx b/src/view/shell/mobile/Menu.tsx index 881752b08..bc487aee2 100644 --- a/src/view/shell/mobile/Menu.tsx +++ b/src/view/shell/mobile/Menu.tsx @@ -272,7 +272,7 @@ const styles = StyleSheet.create({ paddingLeft: 30, }, viewDarkMode: { - backgroundColor: colors.gray8, + backgroundColor: '#202023', }, profileCardDisplayName: { |