aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/WebviewLoader/styles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/WebviewLoader/styles.ts')
-rw-r--r--src/components/ui/WebviewLoader/styles.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/ui/WebviewLoader/styles.ts b/src/components/ui/WebviewLoader/styles.ts
new file mode 100644
index 000000000..5d58011fe
--- /dev/null
+++ b/src/components/ui/WebviewLoader/styles.ts
@@ -0,0 +1,9 @@
1export default (theme) => ({
2 component: {
3 background: theme.colorWebviewLoaderBackground,
4 padding: 20,
5 width: 'auto',
6 margin: [0, 'auto'],
7 borderRadius: 6,
8 },
9});