Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Left-align interactive sound indicator (#8046)
Browse files Browse the repository at this point in the history
Resolves #8041
  • Loading branch information
jonathansampson authored and cezaraugusto committed Apr 6, 2017
1 parent 703e646 commit 1f3cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/components/tabContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TabIcon extends ImmutableComponent {
width: globalStyles.spacing.iconSize,
height: globalStyles.spacing.iconSize,
alignItems: 'center',
justifyContent: this.props.symbolContent ? 'flex-end' : 'center',
justifyContent: this.props.symbolContent ? 'flex-end' : 'left',
fontWeight: this.props.symbolContent ? 'bold' : 'normal',
color: this.props.symbolContent ? globalStyles.color.black100 : 'inherit'
}
Expand Down

0 comments on commit 1f3cf4b

Please sign in to comment.