Skip to content

Commit b32b00c

Browse files
committed
[design] improve default theme shadow
1 parent ff26cba commit b32b00c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/state.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ var state = (function() {
303303
},
304304
style: "dark",
305305
radius: 0.25,
306-
shadow: 1,
306+
shadow: 0.75,
307307
shade: {
308308
opacity: 0.4
309309
},
@@ -478,7 +478,7 @@ var state = (function() {
478478
},
479479
style: "dark",
480480
radius: 0.25,
481-
shadow: 1,
481+
shadow: 0.75,
482482
shade: {
483483
opacity: 0.4
484484
}

0 commit comments

Comments
 (0)