Skip to content

Commit

Permalink
Merge pull request #484 from Bit-Nation/fix/settings-design
Browse files Browse the repository at this point in the history
Fix/settings design
  • Loading branch information
seland committed Aug 29, 2018
2 parents 65ef649 + 2d36377 commit 46ac781
Show file tree
Hide file tree
Showing 9 changed files with 764 additions and 490 deletions.
22 changes: 12 additions & 10 deletions __tests__/src/components/common/__snapshots__/ScreenTitle.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ShallowWrapper {
style={
Object {
"alignItems": "flex-start",
"height": 52,
"height": 40,
}
}
>
Expand All @@ -35,7 +35,7 @@ ShallowWrapper {
Object {
"color": "#58595B",
"fontFamily": "Roboto",
"fontSize": 22,
"fontSize": 27,
"fontWeight": "900",
"letterSpacing": 0,
"lineHeight": 30,
Expand All @@ -46,6 +46,7 @@ ShallowWrapper {
</Text>
</View>,
"style": Object {
"marginBottom": 8,
"marginHorizontal": 20,
},
},
Expand All @@ -63,7 +64,7 @@ ShallowWrapper {
Object {
"color": "#58595B",
"fontFamily": "Roboto",
"fontSize": 22,
"fontSize": 27,
"fontWeight": "900",
"letterSpacing": 0,
"lineHeight": 30,
Expand All @@ -74,7 +75,7 @@ ShallowWrapper {
</Text>,
"style": Object {
"alignItems": "flex-start",
"height": 52,
"height": 40,
},
},
"ref": null,
Expand All @@ -90,7 +91,7 @@ ShallowWrapper {
"style": Object {
"color": "#58595B",
"fontFamily": "Roboto",
"fontSize": 22,
"fontSize": 27,
"fontWeight": "900",
"letterSpacing": 0,
"lineHeight": 30,
Expand All @@ -114,7 +115,7 @@ ShallowWrapper {
style={
Object {
"alignItems": "flex-start",
"height": 52,
"height": 40,
}
}
>
Expand All @@ -126,7 +127,7 @@ ShallowWrapper {
Object {
"color": "#58595B",
"fontFamily": "Roboto",
"fontSize": 22,
"fontSize": 27,
"fontWeight": "900",
"letterSpacing": 0,
"lineHeight": 30,
Expand All @@ -137,6 +138,7 @@ ShallowWrapper {
</Text>
</View>,
"style": Object {
"marginBottom": 8,
"marginHorizontal": 20,
},
},
Expand All @@ -154,7 +156,7 @@ ShallowWrapper {
Object {
"color": "#58595B",
"fontFamily": "Roboto",
"fontSize": 22,
"fontSize": 27,
"fontWeight": "900",
"letterSpacing": 0,
"lineHeight": 30,
Expand All @@ -165,7 +167,7 @@ ShallowWrapper {
</Text>,
"style": Object {
"alignItems": "flex-start",
"height": 52,
"height": 40,
},
},
"ref": null,
Expand All @@ -181,7 +183,7 @@ ShallowWrapper {
"style": Object {
"color": "#58595B",
"fontFamily": "Roboto",
"fontSize": 22,
"fontSize": 27,
"fontWeight": "900",
"letterSpacing": 0,
"lineHeight": 30,
Expand Down
Loading

0 comments on commit 46ac781

Please sign in to comment.