Skip to content

Commit

Permalink
Fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Florentijn committed May 20, 2017
1 parent 4fad4b9 commit 29250fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default class VRTextReader extends React.Component {
backgroundColour: 'white',
transform: [{ translate: [-4, 1, -5] }]
}}>
<View style={{ margin: 0, height: 1, width: 2 }}>
<View style={{ marginLeft: 0.3, height: 1, width: 2 }}>
<Text style={{ fontSize: 0.6, textAlign: 'right', color: 'white' }}>{this.state.leftPartOfWord}</Text>
</View>
<View style={{ margin: 0, height: 1 }}>
Expand Down

0 comments on commit 29250fb

Please sign in to comment.