From 1ab6b250fa0da2a5ed98580d39c35a2b1f67d204 Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:30:14 +0400 Subject: [PATCH] Correct dark mode brightness for banner button The CSS class associated with the button in the AnnouncementBanner component has been modified. Specifically, the backdrop brightness in dark mode has been updated to ensure better visibility and user experience. This change takes into consideration users who prefer dark themed interfaces. --- src/components/ui/banners/AnnouncementBanner.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/banners/AnnouncementBanner.astro b/src/components/ui/banners/AnnouncementBanner.astro index 98a9e32..22791e1 100644 --- a/src/components/ui/banners/AnnouncementBanner.astro +++ b/src/components/ui/banners/AnnouncementBanner.astro @@ -26,7 +26,7 @@ interface Props {
}