style: submenu title color

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent a72088b7a8
commit 8e7fa486db
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ export default [
name: 'playground',
icon: 'ExperimentOutlined',
path: '/playground',
key: 'playground',
routes: [
{
path: '/playground',
+10
View File
@@ -143,6 +143,10 @@ html {
--ant-menu-item-color: var(--color-text-1);
}
.css-var-rk.ant-menu-css-var {
--ant-menu-item-color: var(--color-text-1);
}
.css-var-rf.ant-menu-css-var,
.css-var-ri.ant-menu-css-var,
.css-var-rh.ant-menu-css-var {
@@ -467,6 +471,12 @@ body {
}
}
.ant-menu {
.ant-menu-submenu-title {
color: var(--color-text-1) !important;
}
}
.user-menu-container {
.user-avatar.ant-menu-submenu {
.ant-menu-submenu-title {