fix: improve category chip styling

This commit is contained in:
alexsparkes
2022-11-16 07:05:44 +00:00
parent a88d0e3cd7
commit 370bb5a92a

View File

@@ -141,3 +141,10 @@ legend,
width: 100%;
}
}
.css-6od3lo-MuiChip-label {
@include themed() {
color: t($color) !important;
}
text-transform: capitalize;
}