Web:Component:Utils:Added new colors for button in global Colors

This commit is contained in:
Akmal Isomadinov 2022-11-04 12:42:47 +05:00
parent d6a0019763
commit 9914d45468

View File

@ -25,6 +25,12 @@ const globalColors = {
blueLightMid: "#265A8F",
strongBlue: "#316AC5",
buttonLightPrimaryDefault: "#5299E0",
buttonLightPrimaryHover: "rgba(82, 153, 224, 0.85)",
buttonLightPrimaryPressed:"#4A8ACA",
buttonLightPrimaryDisabled:"#96C1EC",
buttonLightPrimaryLoader:"#96C1EC",
lightGrayishBlue: "#DEE2E6",
lightGrayishStrongBlue: "#DFE2E3",
cyanBlueDarkShade: "#555F65",