Fix Nord Dark text highlight color #47

This commit is contained in:
mkpaz 2023-05-27 22:18:39 +04:00
parent 091066de35
commit 2956ef7558

@ -167,6 +167,10 @@ $nord16: #B48EAD; // hsl(311, 20.2, 63.1)
$track-radius: 1 $track-radius: 1
); );
@forward "components/text-input" as text-input-* with (
$color-bg-highlight: -color-base-7
);
@forward "components/toolbar" as toolbar-* with ( @forward "components/toolbar" as toolbar-* with (
$color-bg-selected: -color-base-7 $color-bg-selected: -color-base-7
); );