From ae2b0f97c4bb50d4ff493af2af132f9740d16d49 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 5 Jul 2023 17:26:13 +0200 Subject: [PATCH] fix: make update available button use the correct text color all the time --- src/components/home/UpdateNotification.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/home/UpdateNotification.vue b/src/components/home/UpdateNotification.vue index 2e79bcb1e..48b21016d 100644 --- a/src/components/home/UpdateNotification.vue +++ b/src/components/home/UpdateNotification.vue @@ -63,11 +63,11 @@ function refreshApp() { align-items: center; justify-content: space-between; gap: 1rem; - padding: .5rem; + padding: .5rem .5rem .5rem 1rem; background: $warning; border-radius: $radius; font-size: .9rem; - color: var(--grey-900); + color: hsl(220.9, 39.3%, 11%); // color copied to avoid it changing in dark mode } .update-notification__message {