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

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