Skip to content

Commit

Permalink
[design] improve default theme shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieFox committed Mar 22, 2020
1 parent ff26cba commit b32b00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ var state = (function() {
},
style: "dark",
radius: 0.25,
shadow: 1,
shadow: 0.75,
shade: {
opacity: 0.4
},
Expand Down Expand Up @@ -478,7 +478,7 @@ var state = (function() {
},
style: "dark",
radius: 0.25,
shadow: 1,
shadow: 0.75,
shade: {
opacity: 0.4
}
Expand Down

0 comments on commit b32b00c

Please sign in to comment.