Merge pull request #8383 from dataease/pr@dev-v2_logo_color

fix(系统设置): Logo颜色跟随主题
This commit is contained in:
dataeaseShu 2024-03-06 15:49:33 +08:00 committed by GitHub
commit bf85f4352f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,6 +101,10 @@ onMounted(() => {
color: var(--ed-color-black) !important;
}
}
.logo {
color: var(--ed-color-black) !important;
}
}
.header-flex {
margin-bottom: 0.5px;
@ -157,6 +161,7 @@ onMounted(() => {
width: 134px;
height: 34px;
margin-right: 48px;
color: #ffffff;
}
</style>