Skip to content

Commit

Permalink
FontSizePicker: Add display rule in styles.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Dec 27, 2024
1 parent adbdbb5 commit 4eed662
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/components/src/font-size-picker/style.scss

This file was deleted.

1 change: 1 addition & 0 deletions packages/components/src/font-size-picker/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const Container = styled.fieldset`
border: 0;
margin: 0;
padding: 0;
display: contents;
`;

export const Header = styled( HStack )`
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
@import "./duotone-picker/style.scss";
@import "./duotone-picker/color-list-picker/style.scss";
@import "./external-link/style.scss";
@import "./font-size-picker/style.scss";
@import "./form-toggle/style.scss";
@import "./form-token-field/style.scss";
@import "./guide/style.scss";
Expand Down

0 comments on commit 4eed662

Please sign in to comment.