diff --git a/src/Ursa.Themes.Semi/Controls/PopConfirm.axaml b/src/Ursa.Themes.Semi/Controls/PopConfirm.axaml
index 2142d62..f72a11b 100644
--- a/src/Ursa.Themes.Semi/Controls/PopConfirm.axaml
+++ b/src/Ursa.Themes.Semi/Controls/PopConfirm.axaml
@@ -20,9 +20,14 @@
Name="{x:Static u:PopConfirm.PART_Popup}"
Placement="{TemplateBinding Placement}">
+ MaxWidth="{DynamicResource PopConfirmBorderMaxWidth}"
+ Padding="{DynamicResource PopConfirmBorderPadding}"
+ Margin="{DynamicResource PopConfirmBorderMargin}"
+ Background="{DynamicResource PopConfirmBackground}"
+ BorderBrush="{DynamicResource PopConfirmBorderBrush}"
+ BorderThickness="{DynamicResource PopConfirmBorderThickness}"
+ CornerRadius="{DynamicResource PopConfirmBorderCornerRadius}"
+ BoxShadow="{DynamicResource PopConfirmBorderBoxShadows}">
-
+ Spacing="8">
+ TextElement.FontSize="{DynamicResource PopConfirmTitleFontSize}"
+ TextElement.FontWeight="{DynamicResource PopConfirmTitleFontWeight}" />
-
@@ -74,7 +82,6 @@
Content="{DynamicResource STRING_MENU_DIALOG_OK}"
Command="{TemplateBinding ConfirmCommand}"
CommandParameter="{TemplateBinding ConfirmCommandParameter}" />
-
@@ -82,49 +89,37 @@
-
+
-
+
diff --git a/src/Ursa.Themes.Semi/Themes/Dark/PopConfirm.axaml b/src/Ursa.Themes.Semi/Themes/Dark/PopConfirm.axaml
new file mode 100644
index 0000000..bc98383
--- /dev/null
+++ b/src/Ursa.Themes.Semi/Themes/Dark/PopConfirm.axaml
@@ -0,0 +1,6 @@
+
+ #43444A
+
+
+ inset 0 0 0 1 #1AFFFFFF, 0 4 14 #40000000
+
\ No newline at end of file
diff --git a/src/Ursa.Themes.Semi/Themes/Dark/_index.axaml b/src/Ursa.Themes.Semi/Themes/Dark/_index.axaml
index 723f977..0d5148a 100644
--- a/src/Ursa.Themes.Semi/Themes/Dark/_index.axaml
+++ b/src/Ursa.Themes.Semi/Themes/Dark/_index.axaml
@@ -15,6 +15,7 @@
+
diff --git a/src/Ursa.Themes.Semi/Themes/Light/PopConfirm.axaml b/src/Ursa.Themes.Semi/Themes/Light/PopConfirm.axaml
new file mode 100644
index 0000000..de092db
--- /dev/null
+++ b/src/Ursa.Themes.Semi/Themes/Light/PopConfirm.axaml
@@ -0,0 +1,6 @@
+
+ White
+
+
+ 0 0 1 #4A000000, 0 4 14 #1A000000
+
\ No newline at end of file
diff --git a/src/Ursa.Themes.Semi/Themes/Light/_index.axaml b/src/Ursa.Themes.Semi/Themes/Light/_index.axaml
index 723f977..0d5148a 100644
--- a/src/Ursa.Themes.Semi/Themes/Light/_index.axaml
+++ b/src/Ursa.Themes.Semi/Themes/Light/_index.axaml
@@ -15,6 +15,7 @@
+
diff --git a/src/Ursa.Themes.Semi/Themes/Shared/PopConfirm.axaml b/src/Ursa.Themes.Semi/Themes/Shared/PopConfirm.axaml
new file mode 100644
index 0000000..ed13d78
--- /dev/null
+++ b/src/Ursa.Themes.Semi/Themes/Shared/PopConfirm.axaml
@@ -0,0 +1,11 @@
+
+ 400
+ 20 24 24 24
+ 4
+ 1
+ 6
+ 0 0 12 0
+ 16
+ 600
+
\ No newline at end of file
diff --git a/src/Ursa.Themes.Semi/Themes/Shared/_index.axaml b/src/Ursa.Themes.Semi/Themes/Shared/_index.axaml
index 9d42c27..01c7e1a 100644
--- a/src/Ursa.Themes.Semi/Themes/Shared/_index.axaml
+++ b/src/Ursa.Themes.Semi/Themes/Shared/_index.axaml
@@ -16,8 +16,9 @@
+
-
+