Skip to content

Commit

Permalink
fix pattern opacity default
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed May 14, 2021
1 parent 5e45fa4 commit 423e05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/patternLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const patternLayout: ILayout = {
{
name: "Opacity",
type: "number",
default: 0.5,
default: "0.5",
},
],
getCSS,
Expand Down

0 comments on commit 423e05c

Please sign in to comment.