From 370bb5a92a6caab4d92247bb14b812b07cbef9eb Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Wed, 16 Nov 2022 07:05:44 +0000 Subject: [PATCH] fix: improve category chip styling --- .../modals/main/scss/settings/modules/_material-ui.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/modals/main/scss/settings/modules/_material-ui.scss b/src/components/modals/main/scss/settings/modules/_material-ui.scss index 9c391deb..558c5f95 100644 --- a/src/components/modals/main/scss/settings/modules/_material-ui.scss +++ b/src/components/modals/main/scss/settings/modules/_material-ui.scss @@ -141,3 +141,10 @@ legend, width: 100%; } } + +.css-6od3lo-MuiChip-label { + @include themed() { + color: t($color) !important; + } + text-transform: capitalize; +}