Skip to content

Commit

Permalink
feat(tabs): revert test style
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaraju authored and Soumya Raju committed Sep 23, 2024
1 parent b919c71 commit 9c59ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/scss/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
.#{$prefix}--tabs__nav-item:not(
.#{$prefix}--tabs__nav-item--selected
):not(.#{$prefix}--tabs__nav-item--disabled):hover {
border-block-end: 'red';
border-block-end: $tab-underline-color-hover;
color: $text-primary;
}

Expand Down

0 comments on commit 9c59ea1

Please sign in to comment.