File size: 191 Bytes
f23825d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import styled from "@emotion/styled"

export const Label = styled.label`
  display: block;
  color: ${({ theme }) => theme.secondaryTextColor};
  font-size: 0.8rem;
  font-family: inherit;
`