[design] improve default theme shadow

This commit is contained in:
zombieFox 2020-03-22 11:57:03 +00:00
parent ff26cbabd0
commit b32b00c683
1 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ var state = (function() {
},
style: "dark",
radius: 0.25,
shadow: 1,
shadow: 0.75,
shade: {
opacity: 0.4
},
@ -478,7 +478,7 @@ var state = (function() {
},
style: "dark",
radius: 0.25,
shadow: 1,
shadow: 0.75,
shade: {
opacity: 0.4
}