Skip to content

Commit

Permalink
fix: also use color as in the brand
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmch committed Sep 21, 2023
1 parent 8f1b11e commit 56d663b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ButtonTabs/ButtonTabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ $block: '.#{$ns}button-tabs';

#{$block} {
&__item {
--g-color-line-focus: var(--g-color-text-brand);

@include add-specificity(&) {
margin-right: $indentXXXS;
margin-bottom: $indentXXS;
Expand Down
1 change: 1 addition & 0 deletions src/components/FullscreenImage/FullscreenImage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $closeButtonSize: 36px;
}

&__icon-wrapper {
--g-color-line-focus: var(--g-color-text-brand);
@include reset-button-style();
@include focusable();

Expand Down

0 comments on commit 56d663b

Please sign in to comment.