Skip to content

Commit

Permalink
fixed issue modal
Browse files Browse the repository at this point in the history
  • Loading branch information
gerouvi committed May 22, 2024
1 parent 92a5271 commit 5129b6c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/theme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ export const colors = {
600: colorsBase.primary.dark,
700: colorsBase.primary.dark2,
},
white: {
50: colorsBase.blue,
500: colorsBase.blue,
600: colorsBase.white,
700: colorsBase.red,
},

avatar: {
bg: colorsBase.primary.main,
color: colorsBase.white.pure,
Expand Down

0 comments on commit 5129b6c

Please sign in to comment.