Skip to content

Commit

Permalink
chore: adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
axis-d0op committed Apr 11, 2024
1 parent 3f8c66f commit c9a19c6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions examples/src/stories/icons/icon-page.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ export const useStyles = makeStyles({
height: "auto",
...shorthands.padding("0px 8px"),
},
displayName: {
display: "flex",
alignItems: "center",
flexWrap: "wrap",
justifyContent: "center",
},
});
2 changes: 1 addition & 1 deletion examples/src/stories/icons/icon-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const IconPage = (): JSX.Element => {
className={styles.iconWrapper}
>
<Icon />
<div>
<div className={styles.displayName}>
<Caption1 className={styles.text}>
{Icon.displayName}
</Caption1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const useStyles = makeStyles({
backgroundColor: tokens.colorNeutralBackground1,
},
},
iconBootstrap: {
illustrationBootstrap: {
resize: "both",
width: "250px",
maxWidth: "500px",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ export const useStyles = makeStyles({
height: "auto",
...shorthands.padding("0px 8px"),
},
displayName: {
display: "flex",
alignItems: "center",
flexWrap: "wrap",
justifyContent: "center",
},
});
2 changes: 1 addition & 1 deletion examples/src/stories/illustrations/illustration-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const IllustrationPage = (): JSX.Element => {
>
<Illustration />
</IllustrationDialog>
<div>
<div className={styles.displayName}>
<Caption1 className={styles.text}>
{Illustration.displayName}
</Caption1>
Expand Down

0 comments on commit c9a19c6

Please sign in to comment.