From fc914b9cd882405363be4d919a0169c47ad4894d Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 29 Dec 2023 15:48:33 -0700 Subject: [PATCH] Consistent button size, typography styles for TOS and PP --- app/root.tsx | 18 +++-- app/routes/_marketing+/privacy.tsx | 93 +++++++++++++++++--------- app/routes/_marketing+/tos.tsx | 103 +++++++++++++++++++---------- package-lock.json | 77 +++++++++++++++++++++ package.json | 1 + tailwind.config.ts | 3 +- 6 files changed, 222 insertions(+), 73 deletions(-) diff --git a/app/root.tsx b/app/root.tsx index 0213743..f8ec336 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -154,7 +154,7 @@ function App() { const userIsAdmin = user?.roles.find(role => role.name === 'admin') let nav = ( - ) @@ -162,7 +162,7 @@ function App() { nav = (
-