Skip to content

Commit

Permalink
header deisgn changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rinkalpagdar committed Dec 30, 2024
1 parent 261979a commit e181360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/font-size-picker/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const Container = styled.fieldset`
`;

export const Header = styled( HStack )`
height: ${ space( 4 ) };
height: auto !important;
`;

export const HeaderToggle = styled( Button )`
Expand Down

0 comments on commit e181360

Please sign in to comment.