From b7697f08d65a0095bfc06578d689b8b8f61bef69 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 22 Sep 2023 17:04:47 -0700 Subject: Accessibility fixes: add missing labels, dynamically scale home header (#1516) * Improve labels * Dynanically adjust home header to account for font scaling --- src/view/shell/desktop/LeftNav.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/shell/desktop/LeftNav.tsx') diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 907df8641..b19d5e8ab 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -47,6 +47,7 @@ const ProfileCard = observer(function ProfileCardImpl() { -- cgit 1.4.1