Skip to content

Commit

Permalink
fix: navigation home item color for light theme (gardener#1392)
Browse files Browse the repository at this point in the history
* fix: add `main-navigation-title` to home navigation item

* fix: also change color for the home icon

Co-authored-by: Lukas Gross <[email protected]>

Co-authored-by: Lukas Gross <[email protected]>
  • Loading branch information
darmiel and grolu authored Jan 17, 2023
1 parent 0ce2cf7 commit 9b65693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/MainNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ SPDX-License-Identifier: Apache-2.0
<v-list ref="mainMenu" class="main-menu" flat>
<v-list-item :to="{name: 'Home'}" exact v-if="hasNoProjects">
<v-list-item-action>
<v-icon>mdi-home-outline</v-icon>
<v-icon small color="main-navigation-title">mdi-home-outline</v-icon>
</v-list-item-action>
<v-list-item-content>
<v-list-item-title class="text-subtitle-1">Home</v-list-item-title>
<v-list-item-title class="text-subtitle-1 main-navigation-title--text">Home</v-list-item-title>
</v-list-item-content>
</v-list-item>
<template v-if="namespace">
Expand Down

0 comments on commit 9b65693

Please sign in to comment.