mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
feat(a11y): improve button color contrast with white text (#2449)
This commit is contained in:
parent
957f0d3b17
commit
68f92e07b7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
--c-bg-btn-disabled: #a1a1a1;
|
||||
--c-text-btn-disabled: #fff;
|
||||
--c-text-btn-disabled-deeper: #a1a1a1;
|
||||
--c-text-btn: #232323;
|
||||
--c-text-btn: #fff;
|
||||
|
||||
--c-success: #67C23A;
|
||||
--c-warning: #E6A23C;
|
||||
|
|
Loading…
Reference in a new issue