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; +}