refactor: update sidebar workspace switcher trigger styles for consistency

This commit is contained in:
mlogclub
2026-06-21 10:39:02 +08:00
parent 8950e58ddb
commit a312466ba1
3 changed files with 8 additions and 7 deletions
-6
View File
@@ -48,12 +48,6 @@ export function AppSidebar({ ...props }: ComponentProps<typeof Sidebar>) {
<WorkspaceSwitcher
currentWorkspace="dashboard"
variant="sidebar"
trigger={
<SidebarMenuButton
size="lg"
className="data-[slot=sidebar-menu-button]:p-1.5!"
/>
}
/>
</SidebarMenuItem>
</SidebarMenu>