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
feat(dimmer): support other types of background beside color
While i initially thought about implementing a new dimmer variant based on a different background, i tried to simply change the dimmer variables instead, so my idea would work by just creating a new theme.
However, as the dimmer currently only supports background-color this prevents to use an image or a radial gradient as dimmer background for the existing variables.
That said, this PR changes the background-color property to just background which is compatible with the default color value and allows for themes to use other other type of background than just the color.
Again: This PR does not change the default theme behavior, it just provides the possibility to use other background-types than just the color
0 commit comments