From 3315aae31ac768708a441e28faa1d0c8443b84f2 Mon Sep 17 00:00:00 2001 From: Kai Vandivier Date: Tue, 17 Dec 2024 14:32:32 -0800 Subject: [PATCH] chore: uncomment previous styles --- examples/simple-app/src/App.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/simple-app/src/App.module.css b/examples/simple-app/src/App.module.css index ba8070d2..2a25f6a4 100644 --- a/examples/simple-app/src/App.module.css +++ b/examples/simple-app/src/App.module.css @@ -1,6 +1,6 @@ .appContainer { - /* width: 100%; */ - /* height: 100%; */ + width: 100%; + height: 100%; display: flex; flex-direction: column;