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

This commit is contained in:
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

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;