import styled from 'styled-components' import { space } from '../_utils/branding' export const StyledLabel = styled.div` padding: ${space.m} 0; `