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, 0 insertions, 9 deletions
diff --git a/src/components/ui/WebviewLoader/styles.ts b/src/components/ui/WebviewLoader/styles.ts
deleted file mode 100644
index dbd75db8a..000000000
--- a/src/components/ui/WebviewLoader/styles.ts
+++ /dev/null
@@ -1,9 +0,0 @@
1export default theme => ({
2 component: {
3 background: theme.colorWebviewLoaderBackground,
4 padding: 20,
5 width: 'auto',
6 margin: [0, 'auto'],
7 borderRadius: 6,
8 },
9});