fix(ui): translation button loading style issue in light theme (#1218)

This commit is contained in:
Alex 2023-01-17 02:04:51 +08:00 committed by GitHub
parent 8c170961cb
commit f3a3a299e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

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