Skip to content

Commit

Permalink
refactor: change styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Oct 28, 2021
1 parent 5713d77 commit 7f4dfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pubg-frontend/src/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const theme = createTheme({
},
secondary: {
light: "#ff4081",
main: "#f50057",
main: "#394660",
dark: "#c51162",
contrastText: "#fff",
},
Expand Down Expand Up @@ -102,7 +102,7 @@ export const theme = createTheme({
overrides: {
MuiAppBar: {
colorPrimary: {
backgroundColor: "#222B36",
backgroundColor: "#161B25",
},
},
MuiButton: {
Expand Down

0 comments on commit 7f4dfbb

Please sign in to comment.