Dim label size

This commit is contained in:
Jeremie Pardou-Piquemal 2020-07-02 22:45:01 +02:00 committed by Jérémie Pardou-Piquemal
parent ed1a67476c
commit ce4eb54000

View file

@ -22,6 +22,7 @@ const Label = styled.div`
color: white; color: white;
border-radius: 0.5em; border-radius: 0.5em;
opacity: 0.5; opacity: 0.5;
font-size: 0.6em;
`; `;
const Wrapper = styled.div` const Wrapper = styled.div`