Skip to content

Commit

Permalink
fix(web-ui): disallow selecting app bar header text
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbook committed Jul 19, 2024
1 parent 66baa83 commit 2f70a5d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
Expand Down

0 comments on commit 2f70a5d

Please sign in to comment.