Skip to content

Commit

Permalink
Use a primary color close to current link colors (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke authored Apr 26, 2023
1 parent 79465f1 commit 0b5d808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ export function Page() {
<UIThemeProvider
theme={{
palette: {
primary: { hue: colors.gray, level: 100 },
primary: { hue: colors.mutedBlue, level: 600 },
secondary: { hue: colors.mutedRed, level: 500 },
},
}}
Expand Down

0 comments on commit 0b5d808

Please sign in to comment.