Browse Source

Changed splash gradient

LukePulverenti Luke Pulverenti luke pulverenti 13 năm trước cách đây
mục cha
commit
b312e7f25a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      MediaBrowser.Common/UI/Splash.xaml

+ 2 - 2
MediaBrowser.Common/UI/Splash.xaml

@@ -12,8 +12,8 @@
         FontSize="14">
     <Window.Background>
         <RadialGradientBrush>
-            <GradientStop Color="#f8f8f8" Offset="1"/>
-            <GradientStop Color="#ffffff"/>
+            <GradientStop Color="#ffffff" Offset="1"/>
+            <GradientStop Color="#f8f8f8"/>
         </RadialGradientBrush>
     </Window.Background>
     <Grid Name="splashGrid">