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; }