diff --git a/demo/Ursa.Demo/Pages/FormDemo.axaml b/demo/Ursa.Demo/Pages/FormDemo.axaml
index 49988ff..61423b2 100644
--- a/demo/Ursa.Demo/Pages/FormDemo.axaml
+++ b/demo/Ursa.Demo/Pages/FormDemo.axaml
@@ -12,47 +12,47 @@
x:CompileBindings="True"
x:DataType="vm:FormDemoViewModel"
mc:Ignorable="d">
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/src/Ursa.Themes.Semi/Controls/Form.axaml b/src/Ursa.Themes.Semi/Controls/Form.axaml
index 9543a31..355414c 100644
--- a/src/Ursa.Themes.Semi/Controls/Form.axaml
+++ b/src/Ursa.Themes.Semi/Controls/Form.axaml
@@ -22,12 +22,12 @@
-
+
+ Fill="{DynamicResource FormGroupBorderBrush}" />
diff --git a/src/Ursa.Themes.Semi/Themes/Dark/Form.axaml b/src/Ursa.Themes.Semi/Themes/Dark/Form.axaml
new file mode 100644
index 0000000..64b7836
--- /dev/null
+++ b/src/Ursa.Themes.Semi/Themes/Dark/Form.axaml
@@ -0,0 +1,5 @@
+
+
+
+
diff --git a/src/Ursa.Themes.Semi/Themes/Dark/_index.axaml b/src/Ursa.Themes.Semi/Themes/Dark/_index.axaml
index f42dc2f..073516b 100644
--- a/src/Ursa.Themes.Semi/Themes/Dark/_index.axaml
+++ b/src/Ursa.Themes.Semi/Themes/Dark/_index.axaml
@@ -7,6 +7,7 @@
+
diff --git a/src/Ursa.Themes.Semi/Themes/Light/Form.axaml b/src/Ursa.Themes.Semi/Themes/Light/Form.axaml
new file mode 100644
index 0000000..64a484e
--- /dev/null
+++ b/src/Ursa.Themes.Semi/Themes/Light/Form.axaml
@@ -0,0 +1,5 @@
+
+
+
+
diff --git a/src/Ursa.Themes.Semi/Themes/Light/_index.axaml b/src/Ursa.Themes.Semi/Themes/Light/_index.axaml
index f42dc2f..073516b 100644
--- a/src/Ursa.Themes.Semi/Themes/Light/_index.axaml
+++ b/src/Ursa.Themes.Semi/Themes/Light/_index.axaml
@@ -7,6 +7,7 @@
+
diff --git a/src/Ursa/Controls/Form/Form.cs b/src/Ursa/Controls/Form/Form.cs
index bef2b44..8110b99 100644
--- a/src/Ursa/Controls/Form/Form.cs
+++ b/src/Ursa/Controls/Form/Form.cs
@@ -70,6 +70,7 @@ public class Form: ItemsControl
Content = control,
[!FormItem.LabelProperty] = control[!FormItem.LabelProperty],
[!FormItem.IsRequiredProperty] = control[!FormItem.IsRequiredProperty],
+ [!FormItem.NoLabelProperty] = control[!FormItem.NoLabelProperty],
};
}
}
\ No newline at end of file