From 8346574f4de91ef921eea86cb17ea4c32b58f594 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 11 May 2023 13:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'lib/assets/javascripts/ne?= =?UTF-8?q?w-dashboard/styles/base/=5Ftypography.scss'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../javascripts/new-dashboard/styles/base/_typography.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/assets/javascripts/new-dashboard/styles/base/_typography.scss b/lib/assets/javascripts/new-dashboard/styles/base/_typography.scss index 03fe23d..9ecbcb1 100644 --- a/lib/assets/javascripts/new-dashboard/styles/base/_typography.scss +++ b/lib/assets/javascripts/new-dashboard/styles/base/_typography.scss @@ -28,17 +28,17 @@ } .is-caption { - font-size: 12px; + font-size: 16px; line-height: 24px; } .is-small { - font-size: 12px; + font-size: 14px; line-height: 16px; } .is-xsmall { - font-size: 10px; + font-size: 12px; line-height: 14px; }