Skip to content

Commit 8058a41

Browse files
committed
ui+theme: patch blue color bug introduced in #404
1 parent 4118bbd commit 8058a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/theme.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const theme: Theme = {
3030
xxl: '45px',
3131
},
3232
colors: {
33-
blue: '#3B82F6',
33+
blue: '#252f4a',
3434
darkBlue: '#212133',
3535
gray: '#848a99',
3636
darkGray: '#6b6969ef',

0 commit comments

Comments
 (0)