Upgrade prettier

This commit is contained in:
Tom Moor
2017-11-10 14:14:30 -08:00
parent c737b613e4
commit ab13f51d5d
79 changed files with 780 additions and 533 deletions

View File

@ -43,7 +43,9 @@ const Modal = ({
>
<Content column>
{title && <h1>{title}</h1>}
<Close onClick={onRequestClose}><CloseIcon size={32} /></Close>
<Close onClick={onRequestClose}>
<CloseIcon size={32} />
</Close>
{children}
</Content>
</StyledModal>
@ -79,7 +81,7 @@ const Close = styled.a`
position: fixed;
top: 3rem;
right: 3rem;
opacity: .5;
opacity: 0.5;
color: ${color.text};
&:hover {