hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.27k stars 287 forks source link

Color for .mdc-floating-label hardcoded #660

Open Dudek-AMS opened 2 weeks ago

Dudek-AMS commented 2 weeks ago
.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