From 1429f837c918a78576fc0667ea0bd035fab80e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?= Date: Thu, 12 Sep 2019 17:21:22 +0200 Subject: [PATCH] Use default height for small buttons --- src/routes/safe/components/Balances/Receive/index.jsx | 2 +- .../Balances/SendModal/screens/ReviewCustomTx/index.jsx | 5 ++--- .../components/Balances/SendModal/screens/ReviewTx/index.jsx | 3 +-- .../Balances/SendModal/screens/SendCustomTx/index.jsx | 3 +-- .../Balances/SendModal/screens/SendFunds/index.jsx | 3 +-- 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/routes/safe/components/Balances/Receive/index.jsx b/src/routes/safe/components/Balances/Receive/index.jsx index 53987fd6..34f4cfb2 100644 --- a/src/routes/safe/components/Balances/Receive/index.jsx +++ b/src/routes/safe/components/Balances/Receive/index.jsx @@ -109,7 +109,7 @@ const Receive = ({ - diff --git a/src/routes/safe/components/Balances/SendModal/screens/ReviewCustomTx/index.jsx b/src/routes/safe/components/Balances/SendModal/screens/ReviewCustomTx/index.jsx index a78d959f..e391ada9 100644 --- a/src/routes/safe/components/Balances/SendModal/screens/ReviewCustomTx/index.jsx +++ b/src/routes/safe/components/Balances/SendModal/screens/ReviewCustomTx/index.jsx @@ -127,7 +127,7 @@ const ReviewCustomTx = ({ - + {tx.data} @@ -135,7 +135,7 @@ const ReviewCustomTx = ({ -