fix: incorrect info color for element plus, fixed #4532 (#4566)

This commit is contained in:
Netfan
2024-10-05 10:30:53 +08:00
committed by GitHub
parent 28b54b587a
commit 0fcc42a2fb
3 changed files with 17 additions and 1 deletions

View File

@@ -39,6 +39,11 @@
/* Used for success actions such as <message> */
--info: 180, 1.54%, 12.75%;
--info-foreground: 220, 4%, 58%;
/* Used for success actions such as <message> */
--success: 144 57% 58%;
--success-foreground: 0 0% 98%;

View File

@@ -38,6 +38,11 @@
/* Used for success actions such as <message> */
--info: 240, 5%, 96%;
--info-foreground: 220, 4%, 58%;
/* Used for success actions such as <message> */
--success: 144 57% 58%;
--success-foreground: 0 0% 98%;