Change warningColor to be more visible
This commit is contained in:
parent
1c116f1ae7
commit
2e853a00b3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
--successAltColor: #50fa7b;
|
--successAltColor: #50fa7b;
|
||||||
--dangerColor: #ff5555;
|
--dangerColor: #ff5555;
|
||||||
--dangerAltColor: #ff5555;
|
--dangerAltColor: #ff5555;
|
||||||
--warningColor: #f1fa8c;
|
--warningColor: #FFB86C;
|
||||||
--warningAltColor: #ffffa5;
|
--warningAltColor: #ffffa5;
|
||||||
--overlayColor: rgba(65, 82, 105, 0.25);
|
--overlayColor: rgba(65, 82, 105, 0.25);
|
||||||
--tooltipColor: rgba(255, 255, 255, 0.85);
|
--tooltipColor: rgba(255, 255, 255, 0.85);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue