diff options
Diffstat (limited to 'apps/updatenotification/src/components/root.vue')
-rw-r--r-- | apps/updatenotification/src/components/root.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/updatenotification/src/components/root.vue b/apps/updatenotification/src/components/root.vue index f331435a2be..be50b8b53ca 100644 --- a/apps/updatenotification/src/components/root.vue +++ b/apps/updatenotification/src/components/root.vue @@ -4,7 +4,7 @@ <template v-if="isNewVersionAvailable"> <p v-if="versionIsEol"> <span class="warning"> - <span class="icon icon-error"></span> + <span class="icon icon-error-white"></span> {{ t('updatenotification', 'The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible.') }} </span> </p> @@ -380,9 +380,6 @@ font-weight: normal; } } - .warning { - color: var(--color-error); - } .whatsNew { display: inline-block; } |