Commit 87a7f1ea authored by Hanwen Cheng's avatar Hanwen Cheng
Browse files

fix: align all buttons text color to white

parent da916a45
......@@ -107,7 +107,6 @@ export class MessageDetailsView extends React.PureComponent {
<Button
buttonStyles={{ height: 60 }}
title="Sign Message"
textStyles={{ color: colors.card_text }}
onPress={() => this.props.onNext()}
/>
</ScrollView>
......
......@@ -108,7 +108,6 @@ export class TxDetailsView extends React.PureComponent {
<Button
buttonStyles={{ height: 60 }}
title="Sign Transaction"
textStyles={{ color: colors.card_text }}
onPress={() => this.props.onNext()}
/>
</ScrollView>
......
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