aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services/content/ConnectionLostBanner.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/services/content/ConnectionLostBanner.js')
-rw-r--r--src/components/services/content/ConnectionLostBanner.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/content/ConnectionLostBanner.js b/src/components/services/content/ConnectionLostBanner.js
index e54a88faa..0b9d3122c 100644
--- a/src/components/services/content/ConnectionLostBanner.js
+++ b/src/components/services/content/ConnectionLostBanner.js
@@ -26,7 +26,7 @@ const messages = defineMessages({
26 }, 26 },
27}); 27});
28 28
29const styles = theme => ({ 29const styles = (theme) => ({
30 root: { 30 root: {
31 background: theme.colorBackground, 31 background: theme.colorBackground,
32 borderRadius: theme.borderRadius, 32 borderRadius: theme.borderRadius,