diff --git a/demo/Semi.Avalonia.Demo/Themes/ColorDetailControl.axaml b/demo/Semi.Avalonia.Demo/Themes/ColorDetailControl.axaml
index 17626a3..e4d7549 100644
--- a/demo/Semi.Avalonia.Demo/Themes/ColorDetailControl.axaml
+++ b/demo/Semi.Avalonia.Demo/Themes/ColorDetailControl.axaml
@@ -1,7 +1,8 @@
+ xmlns:controls="clr-namespace:Semi.Avalonia.Demo.Controls"
+ x:CompileBindings="True">
@@ -142,4 +143,4 @@
-
+
\ No newline at end of file
diff --git a/demo/Semi.Avalonia.Demo/Themes/ColorItemControl.axaml b/demo/Semi.Avalonia.Demo/Themes/ColorItemControl.axaml
index 7169196..07f5835 100644
--- a/demo/Semi.Avalonia.Demo/Themes/ColorItemControl.axaml
+++ b/demo/Semi.Avalonia.Demo/Themes/ColorItemControl.axaml
@@ -1,7 +1,8 @@
+ xmlns:controls="using:Semi.Avalonia.Demo.Controls"
+ x:CompileBindings="True">