Skip to content

Commit

Permalink
Merge pull request #405 from lightninglabs/patch-color-bug
Browse files Browse the repository at this point in the history
ui+theme: patch theme color
  • Loading branch information
jamaljsr authored Aug 10, 2022
2 parents 4118bbd + 8058a41 commit 03deb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const theme: Theme = {
xxl: '45px',
},
colors: {
blue: '#3B82F6',
blue: '#252f4a',
darkBlue: '#212133',
gray: '#848a99',
darkGray: '#6b6969ef',
Expand Down

0 comments on commit 03deb1a

Please sign in to comment.