Skip to content

Commit e5ea8dd

Browse files
committed
Make animated lines less rounded
1 parent d3494ac commit e5ea8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Main/components/AnimatedLines.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export default function AnimatedLines({
358358
{lines.map((line) => (
359359
<motion.div
360360
key={line.id}
361-
className="absolute rounded"
361+
className="absolute rounded-[1px] md:rounded-sm"
362362
animate={{
363363
x: line.x * squareSize,
364364
y: line.y * squareSize,

0 commit comments

Comments
 (0)