Forráskód Böngészése

Работа с цветами

Almir Myxametszanov 6 hónapja
szülő
commit
64d22d5d04

+ 1 - 1
src/DontHarmDesktop/Dictionaries/BrushesStyle.xaml

@@ -2,7 +2,7 @@
                     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
     
     <SolidColorBrush x:Key="MainColor" Color="#EEEEEC"/>
-    <SolidColorBrush x:Key="SecondaryColor" Color="#26854c"/>
+    <SolidColorBrush x:Key="SecondaryColor" Color="#5ab552"/>
     <SolidColorBrush x:Key="AccentColor" Color="#006554"/>
 
     <SolidColorBrush x:Key="DestructiveAction" Color="#ec273f"/>

+ 2 - 2
src/DontHarmDesktop/MainWindow.xaml

@@ -14,7 +14,7 @@
         <Grid.RowDefinitions>
             <RowDefinition Height="48"/>
             <RowDefinition Height="*"/>
-            <RowDefinition Height="32"/>
+            <RowDefinition Height="16"/>
         </Grid.RowDefinitions>
         
         <!-- Header start -->
@@ -49,7 +49,7 @@
         <!-- Body end -->
         
         <!-- Footer start -->
-        <Grid Background="{StaticResource SecondaryColor}" Grid.Row="2">
+        <Grid Background="#EEE" Grid.Row="2">
             <TextBlock 
                 Grid.Row="2"
                 x:Name="TimerTextBlock"