Skip to content

Commit

Permalink
feat(fuselage): Sidebar header size
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored and dougfabris committed Apr 25, 2024
1 parent 770d370 commit e2a5a3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/fuselage/src/components/Sidebar/Sidebar.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $sidebar-item-background-color-featured-selected: theme(

$sidebar-header-height: theme(
'sidebar-header-height',
theme('header-height', lengths.size(64))
theme('header-height', lengths.size(44))
);

$sidebar-section-height: theme(
Expand Down Expand Up @@ -185,7 +185,6 @@ $sidebar-banner-color-danger: theme(

flex-grow: 1;

padding-block: lengths.padding(12);
padding-inline: lengths.padding(16);
}

Expand Down

0 comments on commit e2a5a3f

Please sign in to comment.