Skip to content

Commit

Permalink
style(seed-docs): resolve halfCardDescriptionTitle style not working
Browse files Browse the repository at this point in the history
- resolve style differents of between one line of halfCardDescriptionTitle's children and multiple line of halfCardDescriptionTitle's children
  • Loading branch information
junghyeonsu committed Jan 24, 2024
1 parent 2e31062 commit a9e3f5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/components/mdx/Card.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,9 @@ export const halfCardDescriptionTitle = style([
}),
]);

globalStyle(`${halfCardDescriptionTitle} > *`, {
fontSize: "20px",
fontWeight: 700,
});

export const halfCardDescription = style({});

0 comments on commit a9e3f5b

Please sign in to comment.