From 001887d29eb01825b4dfdaf81ae4ebb0f6650c81 Mon Sep 17 00:00:00 2001 From: devartes Date: Thu, 9 Feb 2023 19:12:16 -0300 Subject: [PATCH] =?UTF-8?q?style(styles.css):=20corre=C3=A7=C3=A3o=20de=20?= =?UTF-8?q?altura=20do=20componente=20Pix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react/components/Pix/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/components/Pix/styles.css b/react/components/Pix/styles.css index b68f39a..f3c114a 100644 --- a/react/components/Pix/styles.css +++ b/react/components/Pix/styles.css @@ -1,6 +1,6 @@ .PixContent { margin-top: 8px; - height: 36px; + height: 39px; display: flex; align-items: center; column-gap: 26px; @@ -14,7 +14,7 @@ .PixDiscount { display: flex; flex-direction: column; - height: 36px; + height: 39px; } .TextPixDiscount { -- 2.34.1