fixing warnings related to emotion

Summary: Fixes some warnings that were caused by the switch to react-emotion.

Reviewed By: jknoxville

Differential Revision: D9483185

fbshipit-source-id: 8e49469772efd37f18342252653648618e644d55
This commit is contained in:
Daniel Büchele
2018-08-23 12:48:15 -07:00
committed by Facebook Github Bot
parent 3bb86ae5bf
commit 2c071e226f
3 changed files with 5 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ export const StyledButton = styled('div')(props => ({
position: 'relative',
marginLeft: '15px',
'&::after': {
content: `''`,
content: '""',
position: 'absolute',
top: '3px',
left: props.toggled ? '18px' : '3px',