From 20de87ac00a85a7170b7eb3c6cfc6c8c3b982a4e Mon Sep 17 00:00:00 2001 From: LC Date: Wed, 24 Apr 2024 13:31:49 -0700 Subject: [PATCH] Increase font on WooPay button --- client/checkout/woopay/style.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/checkout/woopay/style.scss b/client/checkout/woopay/style.scss index 67b212331e3..e5b7c68331c 100644 --- a/client/checkout/woopay/style.scss +++ b/client/checkout/woopay/style.scss @@ -123,7 +123,7 @@ } .woopay-express-button { - font-size: 11px; + font-size: 16px; font-weight: 500; font-family: 'SF Pro Text', 'Helvetica Neue', 'Helvetica', 'Roboto', 'Arial', sans-serif; @@ -174,7 +174,7 @@ } &[data-width-type='wide'] { - font-size: 13px; + font-size: 16px; svg { flex-shrink: 1; @@ -203,7 +203,7 @@ } &[data-size='medium'] { - font-size: 12px; + font-size: 18px; height: 48px; svg { @@ -222,7 +222,7 @@ } &[data-width-type='wide'] { - font-size: 14px; + font-size: 18px; &[data-type='buy'], &[data-type='book'], @@ -236,7 +236,7 @@ } &[data-size='large'] { - font-size: 13px; + font-size: 20px; height: 56px; svg { @@ -256,7 +256,7 @@ } &[data-width-type='wide'] { - font-size: 16px; + font-size: 20px; &[data-type='buy'], &[data-type='book'],