Skip to content

Commit

Permalink
fix: layout button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkcarreno committed Jan 8, 2025
1 parent 0ff7c34 commit d946457
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export const LayoutDirectionToggler = () => {
<Tooltip>
<Button
variant="outline"
className="hidden md:block"
size="sm"
size="icon"
onClick={() => updateLayoutDirection(nextDirection)}
asChild
>
Expand Down

0 comments on commit d946457

Please sign in to comment.