aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/src/error/styles.ts
blob: ed993ddd553079fea223304ff88ac9befaef3508 (plain) (blame)
1
2
3
4
5
6
7
8
9
import { Theme } from '@meetfranz/theme';

export default (theme: Theme) => ({
  message: {
    color: theme.brandDanger,
    margin: '5px 0 0',
    fontSize: theme.uiFontSize,
  },
});