Skip to content

Commit 8f067eb

Browse files
committed
Reduce shadow size for container loading screen
1 parent 87737a1 commit 8f067eb

File tree

1 file changed

+1
-1
lines changed
  • standalone-packages/sse-loading-screen/src

1 file changed

+1
-1
lines changed

standalone-packages/sse-loading-screen/src/Cube.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const SHADOW_SIZE = (() => {
1818
return 100;
1919
}
2020

21-
return 150;
21+
return 100;
2222
})();
2323

2424
const getContainerAnimation = (offset: number) => {

0 commit comments

Comments
 (0)