feat: remove fontMessage use Inter

This commit is contained in:
shadcn 2023-06-11 20:47:11 +04:00
parent 8ad7335971
commit d46af848fd
5 changed files with 10 additions and 33 deletions

View file

@ -24,8 +24,8 @@ export function Sidebar({ session, children }: SidebarProps) {
return (
<Sheet>
<SheetTrigger asChild>
<Button variant="ghost" className="p-0 -ml-2 h-9 w-9">
<SidebarIcon className="w-6 h-6" />
<Button variant="ghost" className="-ml-2 h-9 w-9 p-0">
<SidebarIcon className="h-6 w-6" />
<span className="sr-only">Toggle Sidebar</span>
</Button>
</SheetTrigger>