Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
87a7f1ea
Commit
87a7f1ea
authored
Jul 31, 2019
by
Hanwen Cheng
Browse files
fix: align all buttons text color to white
parent
da916a45
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/screens/MessageDetails.js
View file @
87a7f1ea
...
...
@@ -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
>
...
...
src/screens/TxDetails.js
View file @
87a7f1ea
...
...
@@ -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
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment