import { Theme } from '../../../theme'; export default (theme: Theme) => ({ content: {}, label: { color: theme.labelColor, fontSize: theme.uiFontSize, }, hasError: { color: theme.brandDanger, }, });