Currently if you do not add a pfe-color attribute to the pfe-band, the default background color is var(--pfe-theme--color--surface--base, #dfdfdf).
Should it skip the background color property? That way you can just use it for layout and semantics, and not have to override colors you don't need.
Currently if you do not add a pfe-color attribute to the pfe-band, the default background color is
var(--pfe-theme--color--surface--base, #dfdfdf).Should it skip the background color property? That way you can just use it for layout and semantics, and not have to override colors you don't need.