From 8b489da287046f08dcb3d454f6b5a17e07fa6881 Mon Sep 17 00:00:00 2001 From: Moritz Deiaco Date: Sat, 8 Jun 2024 12:08:48 +0200 Subject: [PATCH] Updated the styling for the cookieconsent banner --- .../Core/UI/Components/Partials/CookieConsentBanner.razor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Moonlight/Core/UI/Components/Partials/CookieConsentBanner.razor b/Moonlight/Core/UI/Components/Partials/CookieConsentBanner.razor index 863d3608..8d79b088 100644 --- a/Moonlight/Core/UI/Components/Partials/CookieConsentBanner.razor +++ b/Moonlight/Core/UI/Components/Partials/CookieConsentBanner.razor @@ -12,17 +12,17 @@ {
-
+

@ConfigService.Get().Customisation.CookieConsentBanner.BannerTitle

@ConfigService.Get().Customisation.CookieConsentBanner.BannerText

- + @ConfigService.Get().Customisation.CookieConsentBanner.ConsentText - + @ConfigService.Get().Customisation.CookieConsentBanner.DeclineText