From a9e3f5b1e045b6cb3e6fa193c5bf3d8376ffd954 Mon Sep 17 00:00:00 2001 From: junghyeonsu Date: Wed, 24 Jan 2024 12:21:35 +0900 Subject: [PATCH] style(seed-docs): resolve halfCardDescriptionTitle style not working - resolve style differents of between one line of halfCardDescriptionTitle's children and multiple line of halfCardDescriptionTitle's children --- docs/src/components/mdx/Card.css.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/components/mdx/Card.css.ts b/docs/src/components/mdx/Card.css.ts index 354e33eb9..153bad5e5 100644 --- a/docs/src/components/mdx/Card.css.ts +++ b/docs/src/components/mdx/Card.css.ts @@ -95,4 +95,9 @@ export const halfCardDescriptionTitle = style([ }), ]); +globalStyle(`${halfCardDescriptionTitle} > *`, { + fontSize: "20px", + fontWeight: 700, +}); + export const halfCardDescription = style({});