diff --git a/LM-Kit-Maestro/App.xaml b/LM-Kit-Maestro/App.xaml index 8b64dfd..80832e3 100644 --- a/LM-Kit-Maestro/App.xaml +++ b/LM-Kit-Maestro/App.xaml @@ -16,7 +16,7 @@ - + diff --git a/LM-Kit-Maestro/UI/Popups/PopupView.xaml b/LM-Kit-Maestro/UI/Popups/PopupView.xaml index c3fd577..1092aa5 100644 --- a/LM-Kit-Maestro/UI/Popups/PopupView.xaml +++ b/LM-Kit-Maestro/UI/Popups/PopupView.xaml @@ -10,7 +10,6 @@ xmlns:models="clr-namespace:LMKitMaestro.Models" xmlns:vm="clr-namespace:LMKitMaestro.ViewModels" xmlns:services="clr-namespace:LMKitMaestro.Services" - xmlns:icons="clr-namespace:UraniumUI.Icons.MaterialIcons;assembly=UraniumUI.Icons.MaterialIcons" xmlns:uranium="http://schemas.enisn-projects.io/dotnet/maui/uraniumui" x:Class="LMKitMaestro.UI.PopupView" x:Name="popupView"> @@ -42,7 +41,8 @@ IsVisible="{Binding Source={x:Reference popupView}, Path=ShowCloseButton}" Clicked="OnCloseButtonClicked" CornerRadius="20" - HorizontalOptions="End" Text="{x:Static icons:MaterialRegular.Close}" + HorizontalOptions="End" + Text="{StaticResource Xmark}" Style="{StaticResource SecondaryActionButtonStyle}"> diff --git a/LM-Kit-Maestro/UI/Popups/UnsortedModelFilesPopup.xaml b/LM-Kit-Maestro/UI/Popups/UnsortedModelFilesPopup.xaml index bbcc210..4f415d4 100644 --- a/LM-Kit-Maestro/UI/Popups/UnsortedModelFilesPopup.xaml +++ b/LM-Kit-Maestro/UI/Popups/UnsortedModelFilesPopup.xaml @@ -5,7 +5,6 @@ xmlns:mct="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" xmlns:ui="clr-namespace:LMKitMaestro.UI" xmlns:vm="clr-namespace:LMKitMaestro.ViewModels" - xmlns:icons="clr-namespace:UraniumUI.Icons.MaterialIcons;assembly=UraniumUI.Icons.MaterialIcons" x:DataType="vm:UnsortedModelFilesPopupViewModel" ShowOkButton="True" ShowCloseButton="False" @@ -33,23 +32,23 @@ - - - -