feat: unified OverlayCloseButton.
This commit is contained in:
4
src/Ursa.Themes.Semi/Compatibles/Theme.axaml
Normal file
4
src/Ursa.Themes.Semi/Compatibles/Theme.axaml
Normal file
@@ -0,0 +1,4 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<StaticResource x:Key="NotificationCloseButton" ResourceKey="OverlayCloseButton" />
|
||||
<StaticResource x:Key="ToastCloseButton" ResourceKey="OverlayCloseButton" />
|
||||
</ResourceDictionary>
|
||||
@@ -1,5 +1,6 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceInclude Source="/Compatibles/Icon.axaml" />
|
||||
<ResourceInclude Source="/Compatibles/Theme.axaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user