diff options
Diffstat (limited to 'ui-react/src/theme/globalStyle.js')
-rw-r--r-- | ui-react/src/theme/globalStyle.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js index df9126296..1630c5074 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 = { |