diff --git a/SukiUI.Demo/App.axaml b/SukiUI.Demo/App.axaml index 7025c9f85..af28add8d 100644 --- a/SukiUI.Demo/App.axaml +++ b/SukiUI.Demo/App.axaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:avalonia="clr-namespace:Material.Icons.Avalonia;assembly=Material.Icons.Avalonia" xmlns:common="clr-namespace:SukiUI.Demo.Common" - xmlns:sukiUi="clr-namespace:SukiUI;assembly=SukiUI" + xmlns:suki="https://github.com/kikipoulet/SukiUI" RequestedThemeVariant="Default"> @@ -22,7 +22,7 @@ - + diff --git a/SukiUI.Demo/Features/ControlsLibrary/ButtonsView.axaml b/SukiUI.Demo/Features/ControlsLibrary/ButtonsView.axaml index 7709b2ab0..62fcfe978 100644 --- a/SukiUI.Demo/Features/ControlsLibrary/ButtonsView.axaml +++ b/SukiUI.Demo/Features/ControlsLibrary/ButtonsView.axaml @@ -1,12 +1,11 @@ - - + + SukiUI has a handful of button styles, available in both the standard primary color, but also in the theme's accent color. @@ -40,95 +39,95 @@ - - + + - - + + --> - + - + - - + + diff --git a/SukiUI.Demo/Features/Splash/SplashView.axaml b/SukiUI.Demo/Features/Splash/SplashView.axaml index 1f6bb2963..66588e2ef 100644 --- a/SukiUI.Demo/Features/Splash/SplashView.axaml +++ b/SukiUI.Demo/Features/Splash/SplashView.axaml @@ -1,7 +1,7 @@ - - + + In this app you'll find a sample page ( -