|
|
|
@ -71,18 +71,18 @@ |
|
|
|
</Style> |
|
|
|
|
|
|
|
<Style Selector="NotificationCard"> |
|
|
|
<Setter Property="Background" Value="#444444"/> |
|
|
|
<Setter Property="Background" Value="{DynamicResource NotificationCardBackgroundBrush}"/> |
|
|
|
</Style> |
|
|
|
<Style Selector="NotificationCard:information"> |
|
|
|
<Setter Property="Background" Value="Teal"/> |
|
|
|
<Setter Property="Background" Value="{DynamicResource NotificationCardInformationBackgroundBrush}"/> |
|
|
|
</Style> |
|
|
|
<Style Selector="NotificationCard:success"> |
|
|
|
<Setter Property="Background" Value="LimeGreen"/> |
|
|
|
<Setter Property="Background" Value="{DynamicResource NotificationCardSuccessBackgroundBrush}"/> |
|
|
|
</Style> |
|
|
|
<Style Selector="NotificationCard:warning"> |
|
|
|
<Setter Property="Background" Value="Orange"/> |
|
|
|
<Setter Property="Background" Value="{DynamicResource NotificationCardWarningBackgroundBrush}"/> |
|
|
|
</Style> |
|
|
|
<Style Selector="NotificationCard:error"> |
|
|
|
<Setter Property="Background" Value="OrangeRed"/> |
|
|
|
<Setter Property="Background" Value="{DynamicResource NotificationCardErrorBackgroundBrush}"/> |
|
|
|
</Style> |
|
|
|
</Styles> |
|
|
|
|