Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -38,12 +38,12 @@ export const buttonColorMap = { | ... | @@ -38,12 +38,12 @@ export const buttonColorMap = { |
38 | blue: { | 38 | blue: { |
39 | background: palette.blue6, | 39 | background: palette.blue6, |
40 | color: 'white', | 40 | color: 'white', |
41 | - hoverBackground: palette.blue5, | 41 | + hoverBackground: palette.blue7, |
42 | }, | 42 | }, |
43 | gray: { | 43 | gray: { |
44 | - background: palette.gray2, | 44 | + background: palette.gray7, |
45 | color: 'black', | 45 | color: 'black', |
46 | - hoverBackground: palette.gray5, | 46 | + hoverBackground: palette.gray8, |
47 | }, | 47 | }, |
48 | white: { | 48 | white: { |
49 | background: 'white', | 49 | background: 'white', | ... | ... |
-
Please register or login to post a comment