Skip to content

Commit c27270d

Browse files
committed
fix
1 parent 0193d97 commit c27270d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/theme/preInstalled.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -460,16 +460,16 @@ mint.primaryColor = "rgb(250, 253, 252)";
460460
mint.primaryTextColor = "rgb(28, 42, 38)";
461461
mint.secondaryColor = "rgb(240, 248, 245)";
462462
mint.secondaryTextColor = "rgb(72, 92, 85)";
463-
mint.activeColor = "rgb(16, 185, 129)";
464-
mint.linkTextColor = "rgb(5, 150, 105)";
463+
mint.activeColor = "rgb(4, 120, 87)";
464+
mint.linkTextColor = "rgb(2, 100, 72)";
465465
mint.borderColor = "rgb(209, 233, 225)";
466466
mint.popupIconColor = "rgb(28, 42, 38)";
467467
mint.popupBackgroundColor = "rgb(250, 253, 252)";
468468
mint.popupTextColor = "rgb(28, 42, 38)";
469-
mint.popupActiveColor = "rgb(16, 185, 129)";
470-
mint.buttonBackgroundColor = "rgb(16, 185, 129)";
469+
mint.popupActiveColor = "rgb(4, 120, 87)";
470+
mint.buttonBackgroundColor = "rgb(4, 120, 87)";
471471
mint.buttonTextColor = "rgb(255, 255, 255)";
472-
mint.buttonActiveColor = "rgb(5, 150, 105)";
472+
mint.buttonActiveColor = "rgb(2, 100, 72)";
473473
mint.boxShadowColor = "rgba(0, 0, 0, 0.06)";
474474
mint.activeTextColor = "rgb(255, 255, 255)";
475475
mint.errorTextColor = "rgb(190, 40, 40)";

0 commit comments

Comments
 (0)