diff --git a/packages/component/src/components/app-sidebar/fallback.css.ts b/packages/component/src/components/app-sidebar/fallback.css.ts index 15925f7d77..8551d541b6 100644 --- a/packages/component/src/components/app-sidebar/fallback.css.ts +++ b/packages/component/src/components/app-sidebar/fallback.css.ts @@ -1,14 +1,15 @@ import { style } from '@vanilla-extract/css'; export const fallbackStyle = style({ - margin: '0 2px', + margin: '12px 16px', height: '100%', }); export const fallbackHeaderStyle = style({ - height: '58px', + height: '56px', width: '100%', display: 'flex', + alignItems: 'center', flexDirection: 'row', gap: '8px', });