0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

style(experience): add missing brand-60 color token (#6490)

This commit is contained in:
Xiao Yijun 2024-08-21 20:46:43 +08:00 committed by GitHub
parent f04678e7bb
commit b61787e431
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,7 @@
--color-brand-30: #4300da; --color-brand-30: #4300da;
--color-brand-40: #5d34f2; --color-brand-40: #5d34f2;
--color-brand-50: #7958ff; --color-brand-50: #7958ff;
--color-brand-60: #9b80f9;
--color-brand-70: #af9eff; --color-brand-70: #af9eff;
--color-alert-60: #ca8000; --color-alert-60: #ca8000;
@ -140,6 +141,7 @@
--color-brand-30: #e6deff; --color-brand-30: #e6deff;
--color-brand-40: #cabeff; --color-brand-40: #cabeff;
--color-brand-50: #af9eff; --color-brand-50: #af9eff;
--color-brand-60: #6137f6;
--color-brand-70: #7958ff; --color-brand-70: #7958ff;
--color-surface: var(--color-neutral-99); --color-surface: var(--color-neutral-99);