Skip to content

Commit

Permalink
fix on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Oct 18, 2024
1 parent aee3817 commit ff4d5fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/docs/src/components/ThemeChanger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ export const ThemeChanger = () => {
<IconButton
title="change theme"
id="theme-menu-anchor"
onClick={() => {
setOpen(!open)
}}
onPress={() => setOpen(!open)}
>
<Icon>palette</Icon>
</IconButton>
Expand Down

0 comments on commit ff4d5fc

Please sign in to comment.