Skip to content

Commit d63c1d7

Browse files
claudfuenclaude
andcommitted
style(app-shell): make sidebar a card with rounded top-left corner
- Change sidebar to bg-background to match content card - Use rounded-tl-xl for prominent top-left corner Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9e13b59 commit d63c1d7

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
@@ -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: {

0 commit comments

Comments
 (0)