Skip to content

Commit

Permalink
feat #147 - Update background colors
Browse files Browse the repository at this point in the history
Closes #147
  • Loading branch information
github-actions committed Nov 20, 2020
1 parent fc078b6 commit a7b2e2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/assets/styles/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export interface Theme {

const lightPalette: Theme = {
background: {
primary: whites.base,
secondary: grays.base
primary: grays['lighten-70'],
secondary: whites.base
},
border: blacks['lighten-80'],
primary: blacks.base,
Expand All @@ -62,8 +62,8 @@ const lightPalette: Theme = {

const darkPalette: Theme = {
background: {
primary: blacks.base,
secondary: blacks['darken-20']
primary: blacks['darken-40'],
secondary: blacks.base
},
border: blacks['lighten-20'],
primary: blacks['lighten-50'],
Expand Down

0 comments on commit a7b2e2e

Please sign in to comment.