Tp 63766/hotix/lottie (#1006)

* --wip-- [skip ci]

* TP-63766 | hotfix for lottie theme

* TP-63766 | hotfix for lottie theme
This commit is contained in:
Varnit Goyal
2024-06-14 13:40:41 +05:30
committed by GitHub
parent 02128b5334
commit 7d98592d95

View File

@@ -32,8 +32,8 @@ const AnimateWithLottie = (props: AnimateWithLottieProps) => {
return (
<Lottie
options={defaultOptions}
height={props.height}
width={props.width}
height={height}
width={width}
style={style ? style : defaultStyles}
/>
);