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:
committed by
Facebook Github Bot
parent
3bb86ae5bf
commit
2c071e226f
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user