Description
The --vaadin-checkbox-background base style prop doesn't seem to have any effect in Aura, the background is always white. Same for --vaadin-radio-button-background in radio button.
Expected outcome
The props should do something. Either override the background in all states, or at least in the unchecked state.
Minimal reproducible example
Add this to the dev pages:
vaadin-checkbox {
--vaadin-checkbox-background: gray;
}
vaadin-radio-button {
--vaadin-radio-button-background: gray;
}
Steps to reproduce
See above
Environment
Vaadin version(s): 25
Browsers
No response
Description
The
--vaadin-checkbox-backgroundbase style prop doesn't seem to have any effect in Aura, the background is always white. Same for--vaadin-radio-button-backgroundin radio button.Expected outcome
The props should do something. Either override the background in all states, or at least in the unchecked state.
Minimal reproducible example
Add this to the dev pages:
Steps to reproduce
See above
Environment
Vaadin version(s): 25
Browsers
No response