Skip to content

Commit 6419e89

Browse files
committed
theme: deprecate runNodeGradient2 token
1 parent 11b7313 commit 6419e89

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/theme.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ const lightColors = {
151151
"linear-gradient(285.24deg, #F7CBC0 0%, #F4B1AB 29.8%, #8476D9 49.78%, #85ACF9 54.14%, #1C1CE1 61.77%, #000000 69.77%)",
152152
runNodeGradient:
153153
"linear-gradient(0deg, rgba(153, 157, 244, 0.1) 0%, rgba(153, 157, 244, 0) 100%), linear-gradient(270.72deg, #FDF0FF 0.62%, rgba(236, 195, 195, 0.557292) 32.61%, rgba(207, 189, 230, 0.296875) 49.67%, rgba(196, 196, 196, 0) 72.88%);",
154-
runNodeGradient2:
155-
"linear-gradient(135deg, rgba(79, 113, 235, 0.2) 9.8%, rgba(232, 79, 235, 0.2) 92.84%);",
156154
ghostCardBackground: white,
157155
ghostCardGhost: white600,
158156
secondaryButtonBackgroundActive: white700,
@@ -270,8 +268,6 @@ const darkColors = {
270268
"linear-gradient(285.24deg, #f7cbc0 0%, #fbeae3 17.81%, #f4b1ab 29.8%, #8476d9 49.78%, #8db4ff 69.77%);",
271269
runNodeGradient:
272270
"linear-gradient(0deg, rgba(153, 157, 244, 0.35) 0%, rgba(153, 157, 244, 0) 100%), linear-gradient(89.24deg, rgba(253, 240, 255, 0.7) -64.3%, rgba(212, 119, 119, 0.390104) -7.43%, rgba(188, 163, 220, 0.207813) 46.66%, rgba(196, 196, 196, 0) 99.16%);",
273-
runNodeGradient2:
274-
"linear-gradient(135deg, rgba(79, 113, 235, 0.2) 9.8%, rgba(232, 79, 235, 0.2) 92.84%);",
275271
primaryHover: primaryDark400,
276272
primaryActive: primaryDark200,
277273
ghostCardBackground: black300,

0 commit comments

Comments
 (0)