aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/theme
diff options
context:
space:
mode:
Diffstat (limited to 'ui-react/src/theme')
-rw-r--r--ui-react/src/theme/globalStyle.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js
index df912629..1630c507 100644
--- a/ui-react/src/theme/globalStyle.js
+++ b/ui-react/src/theme/globalStyle.js
@@ -58,6 +58,14 @@ export const GlobalClampStyle = createGlobalStyle`
color: ${props => props.theme.fontNormal};
background-color: ${props => (props.theme.backgroundColor)};
}
+
+ svg {
+ padding: 10px;
+ overflow: hidden;
+ background-color: ${props => (props.theme.loopViewerBackgroundColor)};
+ width: 100%;
+ height: 100%;
+ }
`
export const DefaultClampTheme = {