From 25501a464622b6383f4695bcc4eed71e20d9368c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20Ve=CC=81lez?= Date: Fri, 4 Jan 2019 21:14:23 -0500 Subject: [PATCH] FIX: Main Buttons layout #204 --- BlueComponents.js | 75 ++++++++++++++++------------------ screen/wallets/transactions.js | 3 +- 2 files changed, 37 insertions(+), 41 deletions(-) diff --git a/BlueComponents.js b/BlueComponents.js index cc407197e..c4df6a8d0 100644 --- a/BlueComponents.js +++ b/BlueComponents.js @@ -717,28 +717,26 @@ export class BlueReceiveButtonIcon extends Component { render() { return ( - - + + - + - {loc.receive.header.toLowerCase()} + {loc.receive.header} @@ -762,28 +760,26 @@ export class BlueSendButtonIcon extends Component { render() { return ( - - + + - + - {loc.send.header.toLowerCase()} + {loc.send.header} @@ -806,22 +802,21 @@ export class ManageFundsBigButton extends Component { render() { return ( - - + + diff --git a/screen/wallets/transactions.js b/screen/wallets/transactions.js index 7c4225fde..3298c7c5f 100644 --- a/screen/wallets/transactions.js +++ b/screen/wallets/transactions.js @@ -549,7 +549,8 @@ export default class WalletTransactions extends Component { backgroundColor: 'transparent', position: 'absolute', bottom: 30, - borderRadius: 15, + borderRadius: 30, + minHeight: 48, overflow: 'hidden', }} >