aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/theme/globalStyle.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui-react/src/theme/globalStyle.js')
-rw-r--r--ui-react/src/theme/globalStyle.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js
index 64fd7c5d..43aa30f0 100644
--- a/ui-react/src/theme/globalStyle.js
+++ b/ui-react/src/theme/globalStyle.js
@@ -51,12 +51,6 @@ export const GlobalClampStyle = createGlobalStyle`
margin-top: 1px;
}
- svg {
- overflow: hidden;
- width: 100%;
- height: 100%;
- }
-
label {
font-family: ${props => props.theme.fontFamily};
font-size: ${props => props.theme.fontSize};
@@ -68,6 +62,7 @@ export const GlobalClampStyle = createGlobalStyle`
font-size: ${props => props.theme.fontSize};
font-weight: bold;
}
+
`
export const DefaultClampTheme = {