Skip to content

Commit

Permalink
Fix: claim button and menu diviver theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
lauchaves authored and lauchaves committed Jul 21, 2024
1 parent f6b0651 commit a4ee660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JoyboyCommunity/src/components/Menu/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default ThemedStyleSheet((theme) => ({
position: 'absolute',
height: 'auto',
gap: StyleSheet.hairlineWidth,
backgroundColor: theme.colors.background,
backgroundColor: `${theme.colors.divider} !important`,
borderRadius: 16,
overflow: 'hidden',
shadowColor: theme.colors.shadow,
Expand Down
2 changes: 1 addition & 1 deletion JoyboyCommunity/src/styles/Colors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const DarkTheme = {
textSecondary: '#FFFFFF',
textLight: '#FFFFFF',
textStrong: '#FFFFFF',
onPrimary: '#8F979E',
onPrimary: '#FFFFFF',
onSecondary: '#FFFFFF',

divider: '#1b1b18',
Expand Down

0 comments on commit a4ee660

Please sign in to comment.