feat: replace some Notification resources in Toast.axaml.
This commit is contained in:
5
src/Ursa.Themes.Semi/Themes/Light/Toast.axaml
Normal file
5
src/Ursa.Themes.Semi/Themes/Light/Toast.axaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="ToastCardContentForeground" Color="#1C1F23" />
|
||||
<SolidColorBrush x:Key="ToastCardBackground" Color="White" />
|
||||
</ResourceDictionary>
|
||||
@@ -17,6 +17,7 @@
|
||||
<MergeResourceInclude Source="Rating.axaml" />
|
||||
<MergeResourceInclude Source="TagInput.axaml" />
|
||||
<MergeResourceInclude Source="Timeline.axaml" />
|
||||
<MergeResourceInclude Source="Toast.axaml" />
|
||||
<MergeResourceInclude Source="Skeleton.axaml" />
|
||||
<MergeResourceInclude Source="TimeBox.axaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
|
||||
Reference in New Issue
Block a user