Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit a8507c1

Browse files
tanxvalentinewallace
authored andcommitted
Remove unneeded main-content style
1 parent e6a9488 commit a8507c1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/view/loader-syncing.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ import { DownButton } from '../component/button';
99
import { color, font } from '../component/style';
1010

1111
const styles = StyleSheet.create({
12-
content: {
13-
alignItems: 'center',
14-
},
1512
downBtn: {
1613
margin: 25,
1714
},
1815
});
1916

2017
const LoaderSyncingView = ({ store }) => (
2118
<Background color={color.blackDark}>
22-
<MainContent style={styles.content}>
19+
<MainContent>
2320
<LoadNetworkSpinner
2421
percentage={store.percentSynced}
2522
msg={store.loadingMsg}

0 commit comments

Comments
 (0)