Michael Jordan

Results 34 comments of Michael Jordan

@kristoferjoseph Does Topcoat have a generic label style that assigns the color for use with inputs? Radio button and checkbox labels have color: var-color, but there doesn't seem to be...

I was just going to add .topcoat__label have it be an inline text element using color: var-color so that it matches the radio button and checkbox label text. There's also...

Color Slider currently has the string "hue", which can be overwritten using the `label` prop: https://github.com/adobe/spectrum-web-components/blob/a447ba2714483619a17ab73e11efc79f9f815c84/packages/color-slider/src/ColorSlider.ts#L57 Color Area currently uses "saturation" and "luminosity", which can be overwritten using the `labelX`...