Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
HejdaJakub committed Oct 10, 2023
2 parents 9b0d1db + fb7ff10 commit 692f3ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/admin-gui/src/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ mat.$theme-ignore-duplication-warnings: true;
color: var(--admin-color-text);

&:hover {
color: #000000;
color: var(--admin-color-text);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class AdminGuiConfigService {
},
{
configValue: 'sidemenu_submenu_active_text_color',
cssVariable: '--sidemenu-submenu-active-test-color',
cssVariable: '--sidemenu-submenu-active-text-color',
},
{
configValue: 'sidemenu_submenu_hover_text_color',
Expand Down

0 comments on commit 692f3ac

Please sign in to comment.