feat(a11y): improve button color contrast with white text (#2449)

zio/stable
TAKAHASHI Shuuji 2023-11-10 05:24:11 +09:00 committed by GitHub
parent 957f0d3b17
commit 68f92e07b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;