Skip to content

Commit 59a5059

Browse files
committed
fix(mobile): darken Dark Gray theme background
1 parent 3194a85 commit 59a5059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/mobile/v1/src/theme/presets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const DARK_THEME_PRESETS: Record<DarkThemePreset, ThemePreset> = {
115115
name: 'Dark Gray',
116116
description: 'Dark gray theme',
117117
colors: {
118-
background: '#1a1a1a',
118+
background: '#181818',
119119
foreground: '#fcfcfc',
120120
card: '#252525',
121121
cardForeground: '#fcfcfc',

0 commit comments

Comments
 (0)