misc: unify BoxShadows resources.

(cherry picked from commit 8cdac330a4)
This commit is contained in:
Zhang Dian
2024-11-15 02:22:03 +08:00
parent d039440008
commit 8e88f79c90
20 changed files with 22 additions and 22 deletions

View File

@@ -17,5 +17,5 @@
<SolidColorBrush x:Key="ColorSpectrumBorderBrush" Opacity="0.08" Color="#1C1F23" />
<BoxShadows x:Key="ColorPreviewerMainBoxShadow">0 0 1 0 #4A000000, 0 4 14 0 #1A000000</BoxShadows>
<BoxShadows x:Key="ColorPreviewerMainBoxShadow">0 0 1 #4A000000, 0 4 14 #1A000000</BoxShadows>
</ResourceDictionary>