aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/WebviewLoader/styles.ts
blob: 5d58011fec9fed65a3279d9d0424191f245f1020 (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,
  },
});