From 2fc46bd4a0740dcc2c868cd913e9204319873c11 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Fri, 28 Oct 2022 18:03:39 +0800 Subject: [PATCH] [portal][ui] increase font size of global elements --- apps/portal/src/components/global/AppShell.tsx | 2 +- apps/portal/src/components/global/ProductNavigation.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/portal/src/components/global/AppShell.tsx b/apps/portal/src/components/global/AppShell.tsx index 20306d7f..34b25bf9 100644 --- a/apps/portal/src/components/global/AppShell.tsx +++ b/apps/portal/src/components/global/AppShell.tsx @@ -33,7 +33,7 @@ function ProfileJewel() { if (session == null) { return ( { event.preventDefault(); diff --git a/apps/portal/src/components/global/ProductNavigation.tsx b/apps/portal/src/components/global/ProductNavigation.tsx index effb232c..be1ff172 100644 --- a/apps/portal/src/components/global/ProductNavigation.tsx +++ b/apps/portal/src/components/global/ProductNavigation.tsx @@ -27,7 +27,7 @@ export default function ProductNavigation({ items, title, titleHref }: Props) { return (