diff --git a/app/src/components/v-list/v-list-item-text.vue b/app/src/components/v-list/v-list-item-text.vue index 3fc14f3f10..1e5b17ec44 100644 --- a/app/src/components/v-list/v-list-item-text.vue +++ b/app/src/components/v-list/v-list-item-text.vue @@ -1,5 +1,5 @@ diff --git a/app/src/modules/settings/components/navigation.vue b/app/src/modules/settings/components/navigation.vue index f0e298b54a..60b3266e3c 100644 --- a/app/src/modules/settings/components/navigation.vue +++ b/app/src/modules/settings/components/navigation.vue @@ -103,16 +103,16 @@ Node: ${parsedInfo.value?.node.version} color: var(--foreground-subdued); transition: color var(--fast) var(--transition); } - ::v-deep .type-text { + ::v-deep .v-list-item-text { color: var(--foreground-subdued); transition: color var(--fast) var(--transition); } &:hover { .v-icon { - color: var(--foreground-normal); + color: var(--foreground-normal-alt); } - ::v-deep .type-text { - color: var(--foreground-normal); + ::v-deep .v-list-item-text { + color: var(--foreground-normal-alt); } } }