You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop (please complete the following information):
OS: [e.g. iOS] macos
Browser [e.g. chrome, safari] Chromium
Version [e.g. 22] Version 117.0.5938.92 (Official Build) (arm64)
Additional context
Bug created from newly scaffolded Svelte project using the SMUI v7 beta 15 release. On a related note the documentation website uses a Card to display radio examples. It's not possible to reproduce this issue using a Card because, although Card accepts a color attribute the attribute when set to color="secondary" does not change the color of the card.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I add radio buttons as a child to
Paper
withcolor="secondary"
the active radio button is not visible.To Reproduce
Steps to reproduce the behavior:
npm i -D @smui/paper @smui/form-field @smui/radio
+page.svelte
document.Expected behavior
Active radio should be visible on Paper using secondary color.
Screenshots
https://github.com/hperrin/svelte-material-ui/assets/97140109/a24ad19a-9495-4c26-9ea3-fd59daa88b1f
Desktop (please complete the following information):
Additional context
Bug created from newly scaffolded Svelte project using the SMUI v7 beta 15 release. On a related note the documentation website uses a
Card
to display radio examples. It's not possible to reproduce this issue using aCard
because, althoughCard
accepts acolor
attribute the attribute when set tocolor="secondary"
does not change the color of the card.The text was updated successfully, but these errors were encountered: