fix(系统设置): 文案没有跟随主题切换

This commit is contained in:
dataeaseShu 2024-08-07 11:38:39 +08:00
parent aa82b4c979
commit 559bb509ec

View File

@ -73,7 +73,7 @@ onMounted(() => {
border: 0px !important;
border-color: #ffffff !important;
font-weight: 500;
color: rgba(51, 112, 255, 1) !important;
color: var(--ed-color-primary, rgba(51, 112, 255, 1)) !important;
}
}
}