Skip to content

Commit

Permalink
style: widen hint panel
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlundberg committed Nov 7, 2024
1 parent c5f0765 commit 73debc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/drawners/drawer-hint-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function DrawerHintPanel() {

return (
<>
<DrawerContent className="w-full max-w-[500px] mx-auto">
<DrawerContent className="w-full max-w-[550px] mx-auto">
<DrawerHeader>
<DrawerTitle className="flex gap-2 items-center">
<Cross1Icon className="rotate-45" />
Expand Down

0 comments on commit 73debc0

Please sign in to comment.