From ba4c04f0ec8ea30fcd297d7859c7b450b0f191e7 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 17 Nov 2022 12:21:43 +0800 Subject: [PATCH] docs: body line-height for site --- .dumi/theme/common/GlobalStyles.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/.dumi/theme/common/GlobalStyles.tsx b/.dumi/theme/common/GlobalStyles.tsx index a75db52bd6..941745cb83 100644 --- a/.dumi/theme/common/GlobalStyles.tsx +++ b/.dumi/theme/common/GlobalStyles.tsx @@ -118,6 +118,7 @@ const GlobalStyles = () => { color: ${token.colorText}; font-size: ${token.fontSize}px; font-family: ${token.fontFamily}; + line-height: ${token.lineHeight}px; background: ${token.colorBgContainer}; transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1); }