Skip to content

Commit 985a713

Browse files
maciej-kaCompuIves
authored andcommitted
fix: make react cube clickable by reducing radius size (codesandbox#360)
1 parent e51f771 commit 985a713

File tree

1 file changed

+1
-1
lines changed
  • packages/homepage/src/screens/home/Animation

1 file changed

+1
-1
lines changed

packages/homepage/src/screens/home/Animation/Cubes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Cube from '../../../components/Cube';
88
import media from '../../../utils/media';
99
import getScrollPos from '../../../utils/scroll';
1010

11-
const RADIUS = 300;
11+
const RADIUS = 250;
1212
const Container = styled.div`
1313
flex: 2;
1414
position: relative;

0 commit comments

Comments
 (0)