diff --git a/demo/Ursa.Demo/Pages/IconButtonDemo.axaml b/demo/Ursa.Demo/Pages/IconButtonDemo.axaml
index 2162b58..ed40ee5 100644
--- a/demo/Ursa.Demo/Pages/IconButtonDemo.axaml
+++ b/demo/Ursa.Demo/Pages/IconButtonDemo.axaml
@@ -109,16 +109,19 @@
Value="{Binding SelectedPosition}" />
@@ -130,6 +133,7 @@
+ xmlns:u="https://irihi.tech/ursa"
+ xmlns:converters="clr-namespace:Ursa.Themes.Semi.Converters">
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+ CornerRadius="{TemplateBinding CornerRadius}">
+ Data="{Binding}" />
+ Content="{TemplateBinding Content}"
+ ContentTemplate="{TemplateBinding ContentTemplate}"
+ UseLayoutRounding="False" />
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
-
+
+
+
-
+
+
-
+
+
-
+
+
-
+
+
-
-
-
-
-
-
-
-
@@ -276,29 +328,50 @@
x:Key="OutlineIconButton"
BasedOn="{StaticResource {x:Type u:IconButton}}"
TargetType="u:IconButton">
-
-
-
+
-
-
-
-
-
+
-
+
+
+
+
+
+
+
\ No newline at end of file