Merge pull request #4509 from nebocco/feature/color

modify .el-checkbox color
This commit is contained in:
AkiraFukushima 2023-09-29 22:47:01 +09:00 committed by GitHub
commit d0c65aff8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@ export default defineComponent({
color: var(--theme-primary-color);
}
#spellcheck_languages .el-checkbox {
color: var(--theme-regular-color);
}
.selection {
margin: 12px 0;