diff --git a/src/Ursa.Themes.Semi/Controls/Anchor.axaml b/src/Ursa.Themes.Semi/Controls/Anchor.axaml
index 1145346..098f292 100644
--- a/src/Ursa.Themes.Semi/Controls/Anchor.axaml
+++ b/src/Ursa.Themes.Semi/Controls/Anchor.axaml
@@ -1,31 +1,60 @@
+ xmlns:converters="clr-namespace:Ursa.Themes.Semi.Converters"
+ xmlns:iri="https://irihi.tech/shared"
+ xmlns:u="https://irihi.tech/ursa">
+
-
+
+
+
+
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/src/Ursa.Themes.Semi/Converters/NavigationMenuItemLevelToMarginConverter.cs b/src/Ursa.Themes.Semi/Converters/NavigationMenuItemLevelToMarginConverter.cs
deleted file mode 100644
index bcacb57..0000000
--- a/src/Ursa.Themes.Semi/Converters/NavigationMenuItemLevelToMarginConverter.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-using System.Globalization;
-using Avalonia;
-using Avalonia.Data.Converters;
-
-namespace Ursa.Themes.Semi.Converters;
-
-public class NavigationMenuItemLevelToMarginConverter: IMultiValueConverter
-{
- public int Indent { get; set; }
-
- public object? Convert(IList