about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-06 15:39:58 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-03-06 15:39:58 -0600
commite069bde75c0a1ee18a2c226ebc21e193acee9e0e (patch)
treef4c2d02b6f132a836cc771a8eabeb0460e014de3
parent6980bb0827f326072c129b850bf2a27027a9ecda (diff)
downloadvoidsky-e069bde75c0a1ee18a2c226ebc21e193acee9e0e.tar.zst
Tune the menu's dark mode bg color
-rw-r--r--src/view/shell/mobile/Menu.tsx2
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: {