|
@@ -31,14 +31,14 @@
|
|
|
.ant-menu-item {
|
|
|
&-selected {
|
|
|
color: #ffffff !important;
|
|
|
- background: var(--second-color) !important;
|
|
|
+ background: var(--primary-color) !important;
|
|
|
|
|
|
.ant-menu-title-content {
|
|
|
color: inherit !important;
|
|
|
}
|
|
|
}
|
|
|
&-active .ant-menu-title-content {
|
|
|
- color: var(--second-color);
|
|
|
+ color: var(--primary-color);
|
|
|
}
|
|
|
}
|
|
|
.ant-menu-submenu {
|
|
@@ -53,12 +53,12 @@
|
|
|
}
|
|
|
&-selected {
|
|
|
> .ant-menu-submenu-title {
|
|
|
- color: var(--second-color) !important;
|
|
|
+ color: var(--primary-color) !important;
|
|
|
}
|
|
|
|
|
|
.ant-menu-item-selected {
|
|
|
color: #ffffff !important;
|
|
|
- background: var(--second-color) !important;
|
|
|
+ background: var(--primary-color) !important;
|
|
|
}
|
|
|
}
|
|
|
&-title {
|