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

Commit 1c70a88

Browse files
committed
Merge pull request #27 from feelingweird/master
moved the order styles are applied so they can be overridden.
2 parents 5e407e9 + fb733ac commit 1c70a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Divider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ export default class Divider extends Component {
2121
<View
2222
style={[
2323
styles.divider,
24-
style,
2524
inset && { marginLeft: 72 }, {
2625
backgroundColor: theme === 'light' ? 'rgba(0,0,0,.12)' : 'rgba(255,255,255,.12)'
2726
},
27+
style
2828
]}
2929
/>
3030
);

0 commit comments

Comments
 (0)