import styled from 'styled-components' import { color, space } from '../_utils/branding' import { TextCaption } from '../typography/caption' export const StyledLabel = styled(TextCaption)` padding: ${space.m} 0; color: ${color.midnightGreen}; `