From f0b60f123ddb99618719557851dde00b865c099a Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 9 Jun 2026 21:05:13 -0400 Subject: [PATCH] Fix store closure message rendering in dark mode Force explicit light-mode colors with inline styles so Bulma's dark mode cannot override the closure banner text and background. Co-Authored-By: Claude Sonnet 4.6 --- estore/src/components/FeaturedProducts.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/estore/src/components/FeaturedProducts.tsx b/estore/src/components/FeaturedProducts.tsx index a318ef4..8c3fd65 100644 --- a/estore/src/components/FeaturedProducts.tsx +++ b/estore/src/components/FeaturedProducts.tsx @@ -253,10 +253,10 @@ export default function FeaturedProducts() { {loading ? ( ) : storeClosed ? ( -
+

🎈

-

We’re temporarily closed

-

+

We’re temporarily closed

+

{closeMessage || 'Online ordering is paused right now. Please check back soon or contact us directly.'}