Skip to content

Commit 3e25f35

Browse files
committed
Merge branch 'DarkMode' of github.com:onesounds/Flow.Launcher into DarkMode
2 parents 84182fe + b1bbe8a commit 3e25f35

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
xmlns:ui="http://schemas.modernwpf.com/2019">
66

77

8+
<Style TargetType="{x:Type TextBlock}">
9+
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
10+
</Style>
11+
812
<!-- Popup Color -->
913
<Style x:Key="PageBackgroundColor" TargetType="{x:Type Window}">
1014
<Setter Property="Background" Value="{DynamicResource Color05B}" />

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/SettingsControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<TextBox
5252
x:Name="BrowserPathBox"
5353
Width="240"
54-
Height="30"
54+
Height="34"
5555
Margin="10"
5656
HorizontalAlignment="Left"
5757
VerticalAlignment="Center"

0 commit comments

Comments
 (0)