Skip to content

Commit

Permalink
fix: Ensure emoji backgrounds do not tile (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue authored and nolanlawson committed Dec 21, 2019
1 parent 76ac008 commit f10510b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/emoji/nimble-emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ const NimbleEmoji = (props) => {
...style,
backgroundImage: `url(${imageUrl})`,
backgroundSize: 'contain',
backgroundRepeat: 'no-repeat',
backgroundPosition: 'center',
}
}
} else {
Expand Down

0 comments on commit f10510b

Please sign in to comment.