Merge pull request #2767 from bluewave-labs/fix/reduce-animation-size-in-empty-states

Fix: Reduce animated gif size to 2/3 in empty states
This commit is contained in:
Alexander Holliday
2025-08-12 10:00:03 -07:00
committed by GitHub
@@ -20,6 +20,7 @@ const FallbackBackground = () => {
border: "none",
borderRadius: theme.spacing(8),
width: "100%",
transform: "scale(0.6667)",
}}
/>
<Box