From dbecfee2a48d018d162aee0e0282166bdd002431 Mon Sep 17 00:00:00 2001 From: lauchaves Date: Sun, 21 Jul 2024 10:19:13 -0600 Subject: [PATCH] Fix: claim button and menu diviver theme colors --- JoyboyCommunity/src/components/Menu/styles.ts | 2 +- JoyboyCommunity/src/styles/Colors.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/JoyboyCommunity/src/components/Menu/styles.ts b/JoyboyCommunity/src/components/Menu/styles.ts index 2fd7b51a..3f2ae86f 100644 --- a/JoyboyCommunity/src/components/Menu/styles.ts +++ b/JoyboyCommunity/src/components/Menu/styles.ts @@ -28,7 +28,7 @@ export default ThemedStyleSheet((theme) => ({ position: 'absolute', height: 'auto', gap: StyleSheet.hairlineWidth, - backgroundColor: theme.colors.background, + backgroundColor: theme.colors.divider, borderRadius: 16, overflow: 'hidden', shadowColor: theme.colors.shadow, diff --git a/JoyboyCommunity/src/styles/Colors.tsx b/JoyboyCommunity/src/styles/Colors.tsx index 8e75336f..86793313 100644 --- a/JoyboyCommunity/src/styles/Colors.tsx +++ b/JoyboyCommunity/src/styles/Colors.tsx @@ -81,7 +81,7 @@ export const DarkTheme = { textSecondary: '#FFFFFF', textLight: '#FFFFFF', textStrong: '#FFFFFF', - onPrimary: '#8F979E', + onPrimary: '#FFFFFF', onSecondary: '#FFFFFF', divider: '#1b1b18',