Skip to content

Commit

Permalink
fix: use the correct text color in collapsible trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tigranpetrossian committed Jul 4, 2024
1 parent 29ff4ad commit d3985b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions figma-kit/src/components/collapsible/collapsible.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
font-weight: var(--font-weight-default);
letter-spacing: var(--letter-spacing-default);
line-height: var(--line-height-default);
color: var(--figma-color-text-secondary);
}

.fp-CollapsibleIndicator {
--color-icon: var(--figma-color-icon-secondary);

[data-state='open'] > & {
transform: rotate(90deg);
}
Expand Down

0 comments on commit d3985b3

Please sign in to comment.