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
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
I have found a way to use gradient even for curved svg border
You have to replace background-color with background-image in the svg section
I use this gradient with a Tab height of 22px and with Compact Density linear-gradient(to bottom, rgba(247,227,191,1) 0%, rgba(212,140,8,1) 9%, rgba(230,149,10,1) 37%, rgba(242,186,90,1) 75%, rgba(245,226,194,1) 100%)
The result however is not perfect
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have found a way to use gradient even for curved svg border
You have to replace background-color with background-image in the svg section
I use this gradient with a Tab height of 22px and with Compact Density
linear-gradient(to bottom, rgba(247,227,191,1) 0%, rgba(212,140,8,1) 9%, rgba(230,149,10,1) 37%, rgba(242,186,90,1) 75%, rgba(245,226,194,1) 100%)
The result however is not perfect
The text was updated successfully, but these errors were encountered: