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
da916a45
Commit
da916a45
authored
Jul 30, 2019
by
Hanwen Cheng
Browse files
fix: update confirm button colors
parent
be0bbbc8
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/colors.js
View file @
da916a45
...
...
@@ -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
'
,
...
...
src/screens/MessageDetails.js
View file @
da916a45
...
...
@@ -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
()}
...
...
src/screens/TxDetails.js
View file @
da916a45
...
...
@@ -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
()}
...
...
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