aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/ErrorBoundary/styles.js
blob: 0960546ff9746eb62027a597a71fe5a554463231 (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,
  },
});