Skip to content

Commit

Permalink
Add color option A
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu committed Apr 20, 2024
1 parent a72632a commit 93a41f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ const helperTheme = createTheme();
const theme = createTheme({
palette: {
primary: {
main: "#1b2b7b",
main: "#0E6DDD",
},
secondary: {
main: "#080d26",
main: "#06BFBF",
},
base: helperTheme.palette.augmentColor({
color: {
main: "#080d26",
main: "#00316B",
contrastText: "#ffffff",
},
}),
Expand Down

0 comments on commit 93a41f6

Please sign in to comment.