diff --git a/src/components/ThemedSVG/styles.module.css b/src/components/ThemedSVG/styles.module.css index c49fbdb..a7beadd 100644 --- a/src/components/ThemedSVG/styles.module.css +++ b/src/components/ThemedSVG/styles.module.css @@ -1,3 +1,3 @@ .themed_svg { - max-width: 100%; -} \ No newline at end of file + max-width: inherit; +}