diff --git a/client/src/components/Design/components/Icons/Svg.style.ts b/client/src/components/Design/components/Icons/Svg.style.ts index eedb5fa19..9f773019c 100644 --- a/client/src/components/Design/components/Icons/Svg.style.ts +++ b/client/src/components/Design/components/Icons/Svg.style.ts @@ -14,8 +14,11 @@ export const svgWrapperStyle = (width?: number, height?: number, size?: number) }; export const svgStyle = css` + width: 100%; + height: 100%; + svg { - width: auto; - height: auto; + width: 100%; + height: 100%; } `;