diff --git a/AboutWindow.xaml b/AboutWindow.xaml
index ed04a18..9156c5d 100644
--- a/AboutWindow.xaml
+++ b/AboutWindow.xaml
@@ -2,8 +2,8 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="About Taskbar Launcher"
- Height="410"
- Width="560"
+ Height="430"
+ Width="580"
ResizeMode="NoResize"
WindowStartupLocation="CenterOwner"
Background="{DynamicResource AppWindowBrush}"
@@ -15,6 +15,11 @@
+
@@ -25,7 +30,8 @@
Height="76"
BorderThickness="1"
BorderBrush="{DynamicResource AppAccentBrush}"
- Background="{DynamicResource AppSurfaceBrush}"
+ Background="{DynamicResource AppOrangeSoftBrush}"
+ CornerRadius="14"
HorizontalAlignment="Left"
VerticalAlignment="Top">
+
+ Background="{DynamicResource AppSurfaceBrush}"
+ CornerRadius="14">
@@ -89,6 +97,7 @@
diff --git a/App.xaml b/App.xaml
index cd06fe7..6e3df1f 100644
--- a/App.xaml
+++ b/App.xaml
@@ -5,8 +5,10 @@