Skip to content

Commit

Permalink
style: icon color and size
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Sep 1, 2023
1 parent f364d2d commit ed88615
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,13 @@ export const toggleIconWrapperClass = style([
]);

export const toggleIconClass = style([
sprinkles({
color: '$neutral5',
}),
{
transition: 'transform 0.2s ease',
transform: 'rotate(45deg)',
width: '12px',
selectors: {
'&.isOpen': {
transform: 'rotate(0deg)',
Expand Down

0 comments on commit ed88615

Please sign in to comment.