Skip to content

Commit 9bae988

Browse files
claudfuenclaude
andcommitted
style(app-shell): restore top margin on content area
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9cb8956 commit 9bae988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: '',

0 commit comments

Comments
 (0)