Explorar el Código

HUE-6077 [frontend] Switch to cui color for elephant trunk

Johan Ahlen hace 8 años
padre
commit
0acaa31685
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      desktop/core/src/desktop/static/desktop/less/hue-mixins.less

+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue-mixins.less

@@ -27,7 +27,7 @@
 
 @hue-primary-color-dark: @cui-blue-700;
 @hue-primary-color-light: #DBE8F1;
-@hue-trunk: #A585B9;
+@hue-trunk: @cui-purple-300;
 
 @hue-disabled-color: @cui-gray-100;
 @hue-error-color: @cui-red-400;