Skip to content

Commit 297db4f

Browse files
committed
2 parents f22e833 + d63c1d7 commit 297db4f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/design-system/src/components/organisms/app-shell.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function useAppShell() {
3131
// ============ VARIANTS ============
3232

3333
const 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

4949
const 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}

0 commit comments

Comments
 (0)