From 2f70a5d9af9d65ba95824aeec539e25b2d8da3fb Mon Sep 17 00:00:00 2001 From: Johan Book <13253042+johanbook@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:54:07 +0200 Subject: [PATCH] fix(web-ui): disallow selecting app bar header text --- .../blogs/pages/BlogPostListPage/BlogPostListPage.nav.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web-ui/src/features/blogs/pages/BlogPostListPage/BlogPostListPage.nav.tsx b/services/web-ui/src/features/blogs/pages/BlogPostListPage/BlogPostListPage.nav.tsx index 10742aeb..d7be0b7d 100644 --- a/services/web-ui/src/features/blogs/pages/BlogPostListPage/BlogPostListPage.nav.tsx +++ b/services/web-ui/src/features/blogs/pages/BlogPostListPage/BlogPostListPage.nav.tsx @@ -25,7 +25,8 @@ export function BlogPostListPageNav({ fontFamily: "sans-serif", fontWeight: 600, ml: 3, - textShadow: "1px 1px 1px white", + textShadow: `1px 1px 1px ${theme.palette.text.primary}`, + userSelect: "none", })} variant="h5" >