Skip to content

Commit

Permalink
feat(stepper-item): update component's active state background color (#…
Browse files Browse the repository at this point in the history
…10487)

**Related Issue:**
[#10000](#10000)

## Summary

Add `bg-foreground-3` to the component's `active` state.
  • Loading branch information
aPreciado88 authored Oct 9, 2024
1 parent a26db31 commit 26aec11
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
// .stepper-item-header / content
:host .stepper-item-header {
@apply flex cursor-pointer items-start;

&:active {
@apply bg-foreground-3;
}
}

:host .stepper-item-content,
Expand Down

0 comments on commit 26aec11

Please sign in to comment.