Skip to content

Commit

Permalink
Update accordion pattern to use new color theme variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina authored and bartaz committed Jun 17, 2024
1 parent c80a01f commit 0beb434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_patterns_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

&::before {
@extend %icon;
@include vf-icon-chevron($color-mid-dark);
@include vf-icon-chevron-themed;
@include vf-transition($property: transform, $duration: fast);

content: '';
Expand All @@ -46,7 +46,7 @@
background-color: inherit;

&:hover {
background-color: $colors--light-theme--background-hover;
background-color: $colors--theme--background-hover;
}
@include vf-transition(#{background-color, border-color});
}
Expand Down

0 comments on commit 0beb434

Please sign in to comment.