1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-27 07:46:15 +01:00

modify: .el-checkbox color

This commit is contained in:
nebocco 2023-07-09 15:08:05 +09:00
parent cda8225be3
commit dcf6da48cf

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;