Skip to content

Commit

Permalink
fix(accordion-item): update expanded chevron color (#8087)
Browse files Browse the repository at this point in the history
# Adopted #8083
 
cc @abp6318
 
---
 
**Related Issue:**
#7710

## Summary
Updated the chevron color for accordion items to use `ui-text-3`

## Video

https://github.com/Esri/calcite-design-system/assets/60486980/1cb2302a-d869-4536-8ae5-59753a3f37c1

Co-authored-by: Aaron Putterman <60486980+abp6318@users.noreply.github.com>
  • Loading branch information
jcfranco and abp6318 committed Oct 31, 2023
1 parent 5153ccb commit d3d7688
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}

:host([expanded]) .expand-icon {
@apply text-color-1;
@apply text-color-3;
transform: rotate(var(--calcite-accordion-item-active-icon-rotation));
}

Expand Down Expand Up @@ -176,9 +176,6 @@
& .icon {
@apply text-color-1;
}
& .expand-icon {
@apply text-color-1;
}
& .description {
@apply text-color-2;
}
Expand Down

0 comments on commit d3d7688

Please sign in to comment.