Skip to content

Commit

Permalink
refactor: make color changes according to design doc
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Feb 9, 2024
1 parent 7acf13c commit fe9dca5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions core/src/css/themes/high-contrast-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ $tertiary: #b6b9f9 !default;
$success: #4ada71 !default;
$warning: #ffce31 !default;
$danger: #fc9aa2 !default;
$light: #2f2f2f !default;
$medium: #b4bcc6 !default;
$dark: #f6f8fc !default;
$light: #222428 !default;
$medium: #a8aab3 !default;
$dark: #f4f5f8 !default;

$colors: (
primary: (
Expand Down
6 changes: 3 additions & 3 deletions core/src/css/themes/high-contrast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ $tertiary: #3400e6 !default;
$success: #004314 !default;
$warning: #5F4100 !default;
$danger: #9C000C !default;
$light: #f6f8fc !default;
$medium: #474747 !default;
$dark: #2f2f2f !default;
$light: #f4f5f8 !default;
$medium: #444446 !default;
$dark: #222428 !default;

$colors: (
primary: (
Expand Down

0 comments on commit fe9dca5

Please sign in to comment.