Merge branch 'DarkMode' of github.com:onesounds/Flow.Launcher into DarkMode

This commit is contained in:
Kevin Zhang 2021-11-24 21:50:46 -06:00
commit 3e25f35548
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,10 @@
xmlns:ui="http://schemas.modernwpf.com/2019">
<Style TargetType="{x:Type TextBlock}">
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
</Style>
<!-- Popup Color -->
<Style x:Key="PageBackgroundColor" TargetType="{x:Type Window}">
<Setter Property="Background" Value="{DynamicResource Color05B}" />

View file

@ -51,7 +51,7 @@
<TextBox
x:Name="BrowserPathBox"
Width="240"
Height="30"
Height="34"
Margin="10"
HorizontalAlignment="Left"
VerticalAlignment="Center"