Skip to content

Commit

Permalink
theme update
Browse files Browse the repository at this point in the history
  • Loading branch information
hppanpaliya committed Apr 30, 2023
1 parent aca1749 commit 9770da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const theme = createTheme({
},
palette: {
primary: {
main: teal[100],
main: teal[300],
},
secondary: {
main: green[700],
Expand All @@ -69,7 +69,7 @@ const theme = createTheme({

background: {
default: "#f0f2f5",
paper: teal[100],
paper: teal[50],
box: "#fff",
},
error: {
Expand Down

0 comments on commit 9770da5

Please sign in to comment.