Skip to content

Commit 1b7478e

Browse files
committed
fix: Use secondary color for filter
1 parent 277c65b commit 1b7478e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/configurator/components/chart-configurator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ const FiltersBadge = () => {
500500
<Badge
501501
invisible={ctx.isOpen}
502502
badgeContent={Object.values(state.chartConfig.filters).length}
503-
color="primary"
503+
color="secondary"
504504
sx={{ display: "block", mr: 4 }}
505505
/>
506506
);

0 commit comments

Comments
 (0)