feat: remove fontMessage use Inter
This commit is contained in:
parent
8ad7335971
commit
d46af848fd
5 changed files with 10 additions and 33 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue