Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jiinbe authored Jun 25, 2024
1 parent e017e9b commit 6618ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Generator {
static defaults = {
width: 1024,
height: 1024,
backgroundColor: '#91DDCF',
backgroundColor: 'rgba(255, 255, 255, .4)',
offset: {
top: 0,
left: 0
Expand Down

0 comments on commit 6618ca5

Please sign in to comment.