Skip to content

Commit

Permalink
fix: filter icon color not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrojcm committed Mar 18, 2024
1 parent c87969e commit 13e7845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
var(--mantine-color-dark-3)
);
&[data-active] {
--ai-color: var(--mantine-primary-color-filled);
color: var(--mantine-primary-color-filled);
}
}

0 comments on commit 13e7845

Please sign in to comment.