The additional theme styles can be applied together, with the exception of styles inside a single section which are mutually exclusive.
For example, you can combine the primary
style with the small
, icon
and success
styles, but you can’t combine primary
with tertiary
or success
with danger
.
var(--valo-primary-text-color)
var(--valo-tint-80pct)
for light, var(--valo-tint-5pct)
for darkvar(--valo-border-radius)
600
See the API documentation for vaadin-button.
Read the customization instructions to learn how to customize the component styles.