Skip to content

Commit

Permalink
Adjust swirl-action-list-item suffix icon color (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqrrl authored Jan 29, 2025
1 parent 7f44cb7 commit b1af2e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/flat-elephants-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@getflip/swirl-components": patch
"@getflip/swirl-components-angular": patch
"@getflip/swirl-components-react": patch
---

Update the swirl-action-list-item suffix icon color
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@
.action-list-item__suffix {
display: inline-flex;
flex-shrink: 0;
color: var(--s-icon-highlight);
color: var(--s-icon-default);
}

0 comments on commit b1af2e0

Please sign in to comment.