fix-color

This commit is contained in:
Rusovich Violetta
2025-08-21 11:06:39 +03:00
parent b6065c2fa4
commit 8ff199b4ab
2 changed files with 2 additions and 2 deletions
@@ -94,7 +94,7 @@ const handleClick = (event: Event) => {
color: themes.$color-text-active; color: themes.$color-text-active;
&:hover { &:hover {
color: themes.$color-text-link; color: themes.$color-text-link !important;
} }
#{$el}Disabled & { #{$el}Disabled & {
+1 -1
View File
@@ -43,7 +43,7 @@ features:
link: '' link: ''
icon: profile_circled icon: profile_circled
items: [ items: [
{ title: Пользователи, link: /platform/index }, { title: Пользователи },
{ title: Роли }, { title: Роли },
{ title: Проекты } { title: Проекты }
] ]