mantine icon indicating copy to clipboard operation
mantine copied to clipboard

breaking change: make it clearer when a disabled switch is already checked

Open jgravois opened this issue 8 months ago • 1 comments

no offense taken if you don't consider this an improvement, but in our own app we differentiate the two components below👇 by swapping the default color back in and applying a partial opacity.

<Switch disabled />
<Switch disabled checked />

before: Screenshot 2025-06-23 at 3 24 19 PM

after: Screenshot 2025-06-23 at 3 12 13 PM

jgravois avatar Jun 23 '25 22:06 jgravois

I consider this to be a breaking change. Cannot merge for 8.x releases. I will consider it with 9.0 release.

rtivital avatar Jun 30 '25 04:06 rtivital