1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-16 08:29:41 +07:00

fix: logo component styled

This commit is contained in:
Griffithtp 2019-06-30 23:22:21 +01:00
parent 55b1402456
commit 210bcf3ff5

View File

@ -3,7 +3,7 @@ import React from 'react';
import styled from 'react-emotion';
import logo from './img/logo.svg';
const StyledLogo = styled.div`
const StyledLogo = styled('div')`
&& {
display: inline-block;
vertical-align: middle;