[design] improve default theme shadow
This commit is contained in:
parent
ff26cbabd0
commit
b32b00c683
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue