From eeb8fca3b32da6a814a920c7ba7beb8b5e509190 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 6 Sep 2024 10:12:15 -0400 Subject: [PATCH] Pledge details: Increase font size for teams Fixes #284 --- themes/wporg-5ftf-2024/src/pledge-teams/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/wporg-5ftf-2024/src/pledge-teams/style.scss b/themes/wporg-5ftf-2024/src/pledge-teams/style.scss index 00ca345..c6bfc6a 100644 --- a/themes/wporg-5ftf-2024/src/pledge-teams/style.scss +++ b/themes/wporg-5ftf-2024/src/pledge-teams/style.scss @@ -29,8 +29,8 @@ } .badge-label { - font-size: var(--wp--preset--font-size--extra-small); - line-height: var(--wp--custom--body--extra-small--typography--line-height); + font-size: var(--wp--preset--font-size--small); + line-height: var(--wp--custom--body--small--typography--line-height); } }