Skip to content

Commit

Permalink
change default dark mode bg to black
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Mar 15, 2024
1 parent e5c8666 commit dedd9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wormhole-connect/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const dark: ExtendedTheme = {
secondary: grey,
divider: '#ffffff' + OPACITY[20],
background: {
default: 'wormhole',
default: 'black',
},
text: {
primary: '#ffffff',
Expand Down

0 comments on commit dedd9ba

Please sign in to comment.