fix: incorrect logos styles

- Remove unnecessary quotes in Emotion css templated string
- Revert md prop removed in #47 (with the size set before that)
This commit is contained in:
Sergio Herrera Guzmán
2019-07-09 18:45:35 +02:00
parent 6afc2c0e54
commit fdad635072
7 changed files with 18 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ import { Wrapper, Badge } from './styles';
const Loading: React.FC = () => (
<Wrapper>
<Badge>
<Logo />
<Logo md={true} />
</Badge>
<Spinner />
</Wrapper>