@@ -460,16 +460,16 @@ mint.primaryColor = "rgb(250, 253, 252)";
460460mint . primaryTextColor = "rgb(28, 42, 38)" ;
461461mint . secondaryColor = "rgb(240, 248, 245)" ;
462462mint . 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 )" ;
465465mint . borderColor = "rgb(209, 233, 225)" ;
466466mint . popupIconColor = "rgb(28, 42, 38)" ;
467467mint . popupBackgroundColor = "rgb(250, 253, 252)" ;
468468mint . 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 )" ;
471471mint . buttonTextColor = "rgb(255, 255, 255)" ;
472- mint . buttonActiveColor = "rgb(5, 150, 105 )" ;
472+ mint . buttonActiveColor = "rgb(2, 100, 72 )" ;
473473mint . boxShadowColor = "rgba(0, 0, 0, 0.06)" ;
474474mint . activeTextColor = "rgb(255, 255, 255)" ;
475475mint . errorTextColor = "rgb(190, 40, 40)" ;
0 commit comments