fix: btn-solid text color for dark mode (#2471)

This commit is contained in:
patak 2023-11-13 18:30:36 +01:00 committed by GitHub
parent c55545612e
commit c41b427c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@
--c-bg-btn-disabled: #a1a1a1;
--c-text-btn-disabled: #fff;
--c-text-btn-disabled-deeper: #a1a1a1;
--c-text-btn: #fff;
--c-success: #67C23A;
--c-warning: #E6A23C;