Skip to content

Commit ad85e46

Browse files
committed
refactor: improve dark theme colors
1 parent 0abe366 commit ad85e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/themes/dark/variables/_colors.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ $success__dt: desaturate($success, 20%) !default;
5151
$info__dt: desaturate($info, 20%) !default;
5252
$warning__dt: desaturate($warning, 20%) !default;
5353
$danger__dt: desaturate($danger, 20%) !default;
54-
$light__dt: $gray-700__dt !default;
55-
$dark__dt: $gray-900__dt !default;
54+
$light__dt: lighten($bg-elevation-24, 20%) !default;
55+
$dark__dt: darken($bg-elevation-0, 5%) !default;
5656

5757
$theme-colors__dt: () !default;
5858
// stylelint-disable-next-line scss/dollar-variable-default

0 commit comments

Comments
 (0)