aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/error/styles.ts
blob: 9da95705a949b0c661bc13ea1fac6d17e7de71d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
import { Theme } from '../../../themes';

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