diff --git a/apps/updatenotification/js/updatenotification.js b/apps/updatenotification/js/updatenotification.js
index 36b51e22d7d9e520c2cfe5b22e75cc726015207d..2b7f104883a911ba874469ab23f2f29311af7ef0 100644
Binary files a/apps/updatenotification/js/updatenotification.js and b/apps/updatenotification/js/updatenotification.js differ
diff --git a/apps/updatenotification/js/updatenotification.js.map b/apps/updatenotification/js/updatenotification.js.map
index 24a3d1b343c490e71801221e50c2e5dc0fbf0d9b..1cfe05a6cb91008fadd45bb954039b3a96db7808 100644
Binary files a/apps/updatenotification/js/updatenotification.js.map and b/apps/updatenotification/js/updatenotification.js.map differ
diff --git a/apps/updatenotification/src/components/root.vue b/apps/updatenotification/src/components/root.vue
index f331435a2bea4bf0c9a4ec5abd285c685f21ecbc..be50b8b53cae0ac1d9c35abb0003a8c22c7f14fc 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;
 		}
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index ebd1ff1b0ec09133f07b8d73906bd1cecd7aa527..0ff764d32ef9a0fa621a74c22bf846f574bf7008 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -962,6 +962,10 @@ span.version {
 	}
 }
 
+#version.section {
+	border-bottom: none;
+}
+
 .section {
 	margin-bottom: 0;
 	/* section divider lines, none needed for last one */