Skip to content

Commit

Permalink
update some dropshadow defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Oct 29, 2024
1 parent 97c1dd1 commit 5dd56da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/settings/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ export default class Options {
left: 1,
blur: 1,
color: '#000',
opacity: 0.45,
opacity: 0.8,
},
},
dropShadow: {
Expand All @@ -718,7 +718,7 @@ export default class Options {
left: 1,
blur: 1,
color: '#000',
opacity: 0.45,
opacity: 0.8,
},
},
fill: {
Expand Down Expand Up @@ -1097,7 +1097,7 @@ export default class Options {
left: 0,
top: 0,
blur: 1,
opacity: 0.4,
opacity: 0.8,
},
},
tooltip: {
Expand Down

0 comments on commit 5dd56da

Please sign in to comment.