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
In a existing project in Umbraco 13 I had a need to set a gradient in color swatch for a background color on grid content sections. I solved it using the start color and just inject some CSS in backoffice for this specific color resolve to linear gradient in frontend.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In a existing project in Umbraco 13 I had a need to set a gradient in color swatch for a background color on grid content sections. I solved it using the start color and just inject some CSS in backoffice for this specific color resolve to linear gradient in frontend.
I think it could be useful to support gradient colors as well similar to this:
https://react.fluentui.dev/?path=/docs/components-swatchpicker--docs&globals=storybook_fluentui-react-addon_theme:web-light#color-swatch-variants
Beta Was this translation helpful? Give feedback.
All reactions