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
fcd561cc
Commit
fcd561cc
authored
Jul 29, 2019
by
Hanwen Cheng
Browse files
fix: change button default color
parent
e5a9e298
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/Button.js
View file @
fcd561cc
...
...
@@ -70,12 +70,12 @@ const styles = StyleSheet.create({
justifyContent
:
'
center
'
,
alignItems
:
'
center
'
,
elevation
:
4
,
backgroundColor
:
colors
.
bg_
text_sec
,
backgroundColor
:
colors
.
bg_
positive
,
height
:
60
},
text
:
{
fontFamily
:
'
Manifold CF
'
,
color
:
'
white
'
,
color
:
'
black
'
,
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