Minor gradient fix in onboarding tags step (#20169)

* Minor gradient fix

* Gradient update

* Code optimisation
This commit is contained in:
Rajat Talesra 2023-09-26 15:30:59 +05:30 committed by GitHub
parent 47deeefe57
commit 7110c69bb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,8 +104,8 @@
width: calc(100% - 2 * var(--su-4));
height: 96px;
background-image: linear-gradient(
rgba(255, 255, 255, 0) 25%,
rgba(255, 255, 255, 1) 75%
rgba(var(--tag-onboarding-bg), 0) 25%,
rgba(var(--tag-onboarding-bg), 1) 75%
);
pointer-events: none;