Skip to content

Commit

Permalink
fix missing # (wormhole-foundation#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek authored Sep 11, 2024
1 parent f5af5b6 commit c9fc69c
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 @@ -197,7 +197,7 @@ export const dark: WormholeConnectTheme = {
},
divider: '#ffffff' + OPACITY[20],
background: {
default: '010101',
default: '#010101',
},
text: {
primary: '#ffffff',
Expand Down

0 comments on commit c9fc69c

Please sign in to comment.