From a0dabcc85563eaba6fde8b1376a10ced20b51682 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Sun, 21 Jan 2024 19:41:52 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B1=20fix(Root.tsx):=20Update=20stylin?= =?UTF-8?q?g=20to=20use=20`h-dvh`=20instead=20of=20`h-screen`=20(#1608)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/package.json | 2 +- client/src/routes/Root.tsx | 2 +- package-lock.json | 26 +++++++++++++------------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/client/package.json b/client/package.json index b7d2f7f8f7d..19c8c01caf6 100644 --- a/client/package.json +++ b/client/package.json @@ -112,7 +112,7 @@ "postcss": "^8.4.31", "postcss-loader": "^7.1.0", "postcss-preset-env": "^8.2.0", - "tailwindcss": "^3.2.6", + "tailwindcss": "^3.4.1", "ts-jest": "^29.1.0", "typescript": "^5.0.4", "vite": "^5.0.7", diff --git a/client/src/routes/Root.tsx b/client/src/routes/Root.tsx index 28224de3fc4..7e4a3750ed1 100644 --- a/client/src/routes/Root.tsx +++ b/client/src/routes/Root.tsx @@ -59,7 +59,7 @@ export default function Root() { return ( <> -
+