From 1964f76f74260f03d095125f2d33f4cf07dabdf3 Mon Sep 17 00:00:00 2001 From: Simon Franken Date: Fri, 13 Mar 2026 17:07:32 +0000 Subject: [PATCH] fix: add bg-gray-50 back to Layout --- frontend/src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index c4b9883..5e96334 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -4,7 +4,7 @@ import { TimerWidget } from './TimerWidget'; export function Layout() { return ( -
+