Skip to content

Commit

Permalink
[AAE-16970] Custom colors are not calculating correctly in default UI (
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Nov 2, 2023
1 parent 81f0df3 commit 54e95bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/core/custom-theme/theme/custom-palette-creator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@

$color50: color.mix($light, $color, 88%);
$color100: color.mix($light, $color, 70%);
$color200: color.mix($light, $color, 50%);
$color300: color.mix($light, $color, 30%);
$color200: color.mix($light, $color, 65%);
$color300: color.mix($light, $color, 60%);
$color400: color.mix($light, $color, 15%);
$color500: color.mix($light, $color, 0%);
$color600: color.mix($dark, $color, 13%);
Expand Down Expand Up @@ -113,9 +113,9 @@

$palette: (
50: $color50,
100: $color50,
200: $color50,
300: $color50,
100: $color100,
200: $color200,
300: $color300,
400: $color400,
500: $color500,
600: $color600,
Expand Down

0 comments on commit 54e95bc

Please sign in to comment.