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

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