Skip to content

Commit 03deb1a

Browse files
authored
Merge pull request #405 from lightninglabs/patch-color-bug
ui+theme: patch theme color
2 parents 4118bbd + 8058a41 commit 03deb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/src/components/theme.tsx

+1-1
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)