svelte-material-ui
svelte-material-ui copied to clipboard
Color for .mdc-floating-label hardcoded
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
color: rgba(255, 62, 0, 0.87)
}
this rule has hardcoded color instead using a css variable. with css variable its easier to overwrite in specific situations