Skip to content

Commit

Permalink
Mudança na cor do Dark Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Sep 1, 2022
1 parent 8bbc3dd commit e6bfe99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ const App = () => {
},
},
palette: {
primary: { main: "#d500f9" },
primary: { main: "#52d869" },
secondary: { main: "#ff9100" },
background: {
default: "#080d14",
paper: "#181d22",
},
text: {
primary: "#d500f9",
primary: "#52d869",
secondary: "#ffffff",
},
},
Expand Down

0 comments on commit e6bfe99

Please sign in to comment.