Skip to content

Commit

Permalink
style: adjust colors
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Feb 29, 2024
1 parent cb2638a commit 6cec680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/styles/theme/testnet/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { COLORS as DEFAULT_COLORS } from '../colors'

export const COLORS = {
...DEFAULT_COLORS,
testnet: '#ffa800',
testnetLight: '#fff0e4',
testnet: '#004a67',
testnetLight: '#ffffff',
} satisfies { [colorName: string]: string }
2 changes: 1 addition & 1 deletion src/styles/theme/testnet/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const testnetTheme = createTheme(
empty: COLORS.white,
},
layout: {
main: COLORS.brandExtraDark,
main: COLORS.testnetLight,
border: COLORS.testnet,
contrastMain: COLORS.brandExtraDark,
contrastSecondary: COLORS.testnet,
Expand Down

0 comments on commit 6cec680

Please sign in to comment.