svelte-material-ui icon indicating copy to clipboard operation
svelte-material-ui copied to clipboard

Color for .mdc-floating-label hardcoded

Open Dudek-AMS opened this issue 8 months ago • 0 comments

.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

Dudek-AMS avatar Jun 18 '24 06:06 Dudek-AMS