fix(dashboard): Fix styling of ChipGroup (#7608)

This commit is contained in:
Kasper Fabricius Kristensen
2024-06-04 18:19:31 +02:00
committed by GitHub
parent 9c44f08e0e
commit d104d1a256

View File

@@ -84,7 +84,7 @@ const Chip = ({ index, className, children }: ChipProps) => {
className
)}
>
<span className="txt-compact-small-plus flex items-center justify-center px-2 py-1">
<span className="txt-compact-small-plus text-ui-fg-subtle flex items-center justify-center px-2 py-1">
{children}
</span>
{!!onRemove && (