aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/ErrorBoundary/styles.js
blob: 51b36fdf3b3f09e350328e1bd39cd58ead8a7806 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
export default (theme) => ({
  component: {
    display: 'flex',
    width: '100%',
    alignItems: 'center',
    justifyContent: 'center',
    flexDirection: 'column',
  },
  title: {
    fontSize: 20,
    color: theme.colorText,
  },
});