Skip to content

Commit a5e741e

Browse files
authored
fix: Custom badge icon colors (#19310)
1 parent 0e908ad commit a5e741e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

packages/panels/dist/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/support/resources/css/components/badge.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
@apply text-gray-400 dark:text-gray-500;
5454
}
5555

56+
& .fi-icon.fi-color {
57+
@apply text-color-500;
58+
}
59+
5660
& .fi-badge-delete-btn {
5761
@apply -my-1 -ms-1 -me-2 flex items-center justify-center p-1 transition duration-75 outline-none;
5862

0 commit comments

Comments
 (0)