From 81ab3e5faf54bb996de8c112898dbd6ff375c8f9 Mon Sep 17 00:00:00 2001 From: marcosrdz Date: Tue, 4 Aug 2020 21:15:07 -0400 Subject: [PATCH] FIX: Font-Color in Bump-Fee Input Field "Custom" is not adapted for dark mode #1439 --- BlueComponents.js | 1 + screen/transactions/CPFP.js | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/BlueComponents.js b/BlueComponents.js index ea071bce1..1b3e8d21e 100644 --- a/BlueComponents.js +++ b/BlueComponents.js @@ -2195,6 +2195,7 @@ export class BlueReplaceFeeSuggestions extends Component { minHeight: 33, maxWidth: 100, minWidth: 44, + color: '#81868e', backgroundColor: BlueCurrentTheme.colors.inputBackgroundColor, textAlign: 'right', }} diff --git a/screen/transactions/CPFP.js b/screen/transactions/CPFP.js index c3014edce..d8f348f0f 100644 --- a/screen/transactions/CPFP.js +++ b/screen/transactions/CPFP.js @@ -242,7 +242,10 @@ export default class CPFP extends Component { {text} - this.setState({ newFeeRate: fee })} transactionMinimum={this.state.feeRate} /> + this.setState({ newFeeRate: fee })} + transactionMinimum={this.state.feeRate + 1} + />