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
412394fb
Commit
412394fb
authored
Jul 30, 2019
by
Hanwen Cheng
Browse files
fix: change button color
parent
fcd561cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/colors.js
View file @
412394fb
...
...
@@ -16,6 +16,7 @@
export
default
{
bg
:
'
#1D1D1D
'
,
bg_button
:
'
#48acf0
'
,
bg_text
:
'
#FFFFFF
'
,
bg_text_sec
:
'
#B4B5B0
'
,
bg_positive
:
'
#72E762
'
,
...
...
src/components/Button.js
View file @
412394fb
...
...
@@ -70,12 +70,12 @@ const styles = StyleSheet.create({
justifyContent
:
'
center
'
,
alignItems
:
'
center
'
,
elevation
:
4
,
backgroundColor
:
colors
.
bg_
positive
,
backgroundColor
:
colors
.
bg_
button
,
height
:
60
},
text
:
{
fontFamily
:
'
Manifold CF
'
,
color
:
'
black
'
,
color
:
'
white
'
,
padding
:
8
,
fontWeight
:
'
bold
'
,
fontSize
:
20
...
...
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