Commit da916a45 authored by Hanwen Cheng's avatar Hanwen Cheng
Browse files

fix: update confirm button colors

parent be0bbbc8
......@@ -19,7 +19,6 @@ export default {
bg_button: '#48acf0',
bg_text: '#FFFFFF',
bg_text_sec: '#B4B5B0',
bg_positive: '#72E762',
bg_warning: '#FAE265',
bg_alert: '#ED332B',
card_bg: '#F9F9F9',
......
......@@ -105,7 +105,7 @@ export class MessageDetailsView extends React.PureComponent {
: this.props.data}
</Text>
<Button
buttonStyles={{ backgroundColor: colors.bg_positive, height: 60 }}
buttonStyles={{ height: 60 }}
title="Sign Message"
textStyles={{ color: colors.card_text }}
onPress={() => this.props.onNext()}
......
......@@ -106,7 +106,7 @@ export class TxDetailsView extends React.PureComponent {
networkKey={this.props.recipient.networkKey || ''}
/>
<Button
buttonStyles={{ backgroundColor: colors.bg_positive, height: 60 }}
buttonStyles={{ height: 60 }}
title="Sign Transaction"
textStyles={{ color: colors.card_text }}
onPress={() => this.props.onNext()}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment