From 77db6c628e4632e30942baeb1c0f2bbfb8a73227 Mon Sep 17 00:00:00 2001 From: Oliver Pan <2216991777@qq.com> Date: Mon, 24 Jun 2024 12:23:13 -0500 Subject: [PATCH] fix: updated a11y compatibility --- apps/web/app/layout.tsx | 3 +-- apps/web/components/core/site-footer.tsx | 8 ++++---- .../palette/analogous-mono-palettes.tsx | 16 ++++++++++------ .../palette/six-thirty-ten-palette.tsx | 2 +- apps/web/components/ui/dice-button.tsx | 4 +--- 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index de2d1e4..6bd52dc 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -15,8 +15,7 @@ const comfortaa = Comfortaa({ export const viewport: Viewport = { initialScale: 1.0, - maximumScale: 1.0, - userScalable: false, + userScalable: true, viewportFit: 'cover', width: 'device-width', } diff --git a/apps/web/components/core/site-footer.tsx b/apps/web/components/core/site-footer.tsx index cc4cd16..211e81f 100644 --- a/apps/web/components/core/site-footer.tsx +++ b/apps/web/components/core/site-footer.tsx @@ -7,19 +7,19 @@ function SiteFooter() { return (