aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/WebviewLoader/styles.ts
blob: dbd75db8ae9ff7ce31315ce5a0c858891da5cafc (plain) (blame)
1
2
3
4
5
6
7
8
9
export default theme => ({
  component: {
    background: theme.colorWebviewLoaderBackground,
    padding: 20,
    width: 'auto',
    margin: [0, 'auto'],
    borderRadius: 6,
  },
});