Skip to content

Commit

Permalink
fixed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aroy114 committed Dec 29, 2024
1 parent 2efd26d commit 3569765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/src/Utils/Theme/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const paletteColors = {
red200: "#F04438",
red300: "#D32F2F",
red700: "#542426",
red800: "#301A1F",
red800: "#912018",
orange50: "#FEF8EA",
orange100: "#FFECBC",
orange300: "#FDB022",
Expand Down Expand Up @@ -128,7 +128,7 @@ const semanticColors = {
dark: paletteColors.red700,
},
dark: {
light: paletteColors.red50,
light: paletteColors.red800,
dark: paletteColors.red800,
},
},
Expand Down

0 comments on commit 3569765

Please sign in to comment.