fix: className order
This commit is contained in:
parent
739169773b
commit
d283d44c02
6 changed files with 9 additions and 9 deletions
|
|
@ -24,8 +24,8 @@ export function Sidebar({ userId, children }: SidebarProps) {
|
|||
return (
|
||||
<Sheet>
|
||||
<SheetTrigger asChild>
|
||||
<Button variant="ghost" className="p-0 -ml-2 h-9 w-9">
|
||||
<IconSidebar className="w-6 h-6" />
|
||||
<Button variant="ghost" className="-ml-2 h-9 w-9 p-0">
|
||||
<IconSidebar className="h-6 w-6" />
|
||||
<span className="sr-only">Toggle Sidebar</span>
|
||||
</Button>
|
||||
</SheetTrigger>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue