Skip to content

Commit

Permalink
added space between percent and battery icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tuan-gobackbone committed Jun 20, 2017
1 parent fa1b914 commit 3198ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/containers/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const SensorSettings = props => (
{props.isConnected &&
<View style={styles.batteryInfo}>
<SecondaryText style={styles._deviceInfoText}>
Battery Life: { props.device.batteryLevel || '--' }%
Battery Life: { props.device.batteryLevel || '--' }%{' '}
</SecondaryText>
{getBatteryIcon(props.device.batteryLevel)}
</View>
Expand Down

0 comments on commit 3198ad7

Please sign in to comment.