fix: fix white label background in dark mode

This commit is contained in:
Zhang Dian 2023-02-07 00:40:18 +08:00
parent 9a4fc56e72
commit e2909ecf38

View File

@ -45,7 +45,7 @@
<SolidColorBrush x:Key="LabelTagLightYellowForeground" Color="#FEFBD0" />
<SolidColorBrush x:Key="LabelTagLightYellowBackground" Opacity="0.15" Color="#FDDE43" />
<SolidColorBrush x:Key="LabelTagLightWhiteForeground" Color="#F9F9F9" />
<SolidColorBrush x:Key="LabelTagLightWhiteBackground" Opacity="0.15" Color="#000000" />
<SolidColorBrush x:Key="LabelTagLightWhiteBackground" Opacity="0.15" Color="#4F5159" />
<SolidColorBrush x:Key="LabelTagLightWhiteBorderBrush" Color="#41464C" />
<SolidColorBrush x:Key="LabelTagGhostAmberBorderBrush" Color="#F2B726" />
@ -101,7 +101,7 @@
<SolidColorBrush x:Key="LabelTagSolidVioletBackground" Color="#8865D4" />
<SolidColorBrush x:Key="LabelTagSolidYellowBackground" Color="#FDDE43" />
<SolidColorBrush x:Key="LabelTagSolidWhiteBackground" Color="#000000" />
<SolidColorBrush x:Key="LabelTagSolidWhiteBackground" Color="#4F5159" />
<SolidColorBrush x:Key="LabelTagSolidWhiteBorderBrush" Color="#41464C" />
<SolidColorBrush x:Key="LabelTagSolidWhiteForeground" Color="#F9F9F9" />