File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4
4
<!-- thanks: http://marcangers.com/material-design-shadows-in-wpf/ -->
5
5
6
6
<DropShadowEffect x : Key =" MaterialDesignShadowDepth1" BlurRadius =" 5" ShadowDepth =" 1" Direction =" 270" Color =" #CCCCCC" />
7
- <DropShadowEffect x : Key =" MaterialDesignShadowDepth2" BlurRadius =" 8" ShadowDepth =" 2 .5" Direction =" 270" Color =" #BBBBBB " />
7
+ <DropShadowEffect x : Key =" MaterialDesignShadowDepth2" BlurRadius =" 8" ShadowDepth =" 1 .5" Direction =" 270" Color =" #C4C4C4 " />
8
8
<DropShadowEffect x : Key =" MaterialDesignShadowDepth3" BlurRadius =" 14" ShadowDepth =" 4.5" Direction =" 270" Color =" #BBBBBB" />
9
9
<DropShadowEffect x : Key =" MaterialDesignShadowDepth4" BlurRadius =" 25" ShadowDepth =" 8" Direction =" 270" Color =" #BBBBBB" />
10
10
<DropShadowEffect x : Key =" MaterialDesignShadowDepth5" BlurRadius =" 35" ShadowDepth =" 13" Direction =" 270" Color =" #BBBBBB" />
You can’t perform that action at this time.
0 commit comments