Skip to content

Commit

Permalink
use 1 instead of hairline for orange line (#15446)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaxim committed Jan 11, 2019
1 parent 1aea3c8 commit 9da3c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/chat/conversation/messages/wrapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ const styles = Styles.styleSheetCreate({
// don't push down content due to orange line
backgroundColor: Styles.globalColors.orange,
flexShrink: 0,
height: Styles.hairlineWidth,
height: 1,
left: 0,
position: 'absolute',
right: 0,
Expand Down

0 comments on commit 9da3c28

Please sign in to comment.