File tree Expand file tree Collapse file tree
packages/design-system/src/components/organisms Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function useAppShell() {
3131// ============ VARIANTS ============
3232
3333const appShellNavbarVariants = cva (
34- 'flex h-14 shrink-0 items-center gap-2 bg-background/50 border-b border-border/50 px-4' ,
34+ 'flex h-14 shrink-0 items-center gap-2 bg-background/50 px-4' ,
3535 {
3636 variants : {
3737 position : {
@@ -47,7 +47,7 @@ const appShellNavbarVariants = cva(
4747) ;
4848
4949const appShellSidebarVariants = cva (
50- 'shrink-0 bg-muted p-2 h-full overflow-hidden hidden md:flex md:flex-col rounded-l-lg ' ,
50+ 'shrink-0 bg-background p-2 h-full overflow-hidden hidden md:flex md:flex-col rounded-tl-xl ' ,
5151 {
5252 variants : {
5353 width : {
@@ -63,7 +63,7 @@ const appShellSidebarVariants = cva(
6363 } ,
6464) ;
6565
66- const appShellContentVariants = cva ( 'flex flex-1 flex-col overflow-auto bg-background border rounded-lg ml-2 mb-2 mr -2 min-h-0' , {
66+ const appShellContentVariants = cva ( 'flex flex-1 flex-col overflow-auto bg-background border rounded-lg m -2 min-h-0' , {
6767 variants : {
6868 padding : {
6969 none : '' ,
@@ -213,7 +213,7 @@ function AppShell({
213213 < div
214214 data-slot = "app-shell"
215215 data-sidebar-open = { sidebarOpen }
216- className = "flex h-svh w-full flex-col bg-background overflow-hidden"
216+ className = "flex h-svh w-full flex-col bg-muted overflow-hidden"
217217 { ...props }
218218 >
219219 { children }
You can’t perform that action at this time.
0 commit comments