Skip to content

Commit

Permalink
remove no longer needed font definition (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-ubs authored Jul 12, 2024
1 parent bc0754a commit dfc7131
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ const ThemeToggle = React.forwardRef<
</ShadcnButton>
</DropdownMenuTrigger>

{/* pr-font-sans is added to mitigate issue introduced by scopedPreflightStyles */}
<DropdownMenuContent align="end" className="pr-font-sans">
<DropdownMenuContent align="end">
<DropdownMenuItem onClick={() => setTheme('light')}>Light</DropdownMenuItem>
<DropdownMenuItem onClick={() => setTheme('dark')}>Dark</DropdownMenuItem>
<DropdownMenuItem onClick={() => setTheme('system')}>System</DropdownMenuItem>
Expand Down

0 comments on commit dfc7131

Please sign in to comment.