Skip to content

Commit

Permalink
fix: Update width in TrianglifyBasic component for improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel committed Dec 17, 2024
1 parent f773418 commit d2fdf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Backgrounds.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const TrianglifyBasic = () => {
if (!containerRef.current) return;

const pattern = trianglify({
width: 400,
width: 450,
height: 250,
cellSize: cellSize,
xColors: palettes[Math.floor(Math.random() * palettes.length)],
Expand Down

0 comments on commit d2fdf14

Please sign in to comment.