Skip to content

Commit

Permalink
fix(ui-view): fix view success colors
Browse files Browse the repository at this point in the history
Closes: INSTUI-4345
  • Loading branch information
HerrTopi authored and balzss committed Nov 6, 2024
1 parent ebdf8f0 commit e250b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui-view/src/View/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const generateComponentTheme = (theme: Theme): ViewTheme => {

borderColorPrimary: colors?.contrasts?.grey1214,
borderColorSecondary: colors?.contrasts?.grey4570,
borderColorSuccess: colors?.contrasts?.grey4570,
borderColorSuccess: colors?.contrasts?.green4570,
borderColorBrand: colors?.contrasts?.blue4570,
borderColorInfo: colors?.contrasts?.blue4570,
borderColorAlert: colors?.contrasts?.blue4570,
Expand All @@ -80,7 +80,7 @@ const generateComponentTheme = (theme: Theme): ViewTheme => {
backgroundBrand: colors?.contrasts?.blue4570,
backgroundInfo: colors?.contrasts?.blue4570,
backgroundAlert: colors?.contrasts?.blue4570,
backgroundSuccess: colors?.contrasts?.grey4570,
backgroundSuccess: colors?.contrasts?.green4570,
backgroundDanger: colors?.contrasts?.red4570,
backgroundWarning: colors?.contrasts?.orange4570,

Expand Down

0 comments on commit e250b02

Please sign in to comment.