mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
lighten the base default font weight
This commit is contained in:
parent
815c3f2a1e
commit
0724f523ac
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<Style x:Key="BaseQueryBoxStyle" TargetType="{x:Type TextBox}">
|
||||
<Setter Property="BorderThickness" Value="0" />
|
||||
<Setter Property="FontSize" Value="28" />
|
||||
<Setter Property="FontWeight" Value="Medium" />
|
||||
<Setter Property="FontWeight" Value="Normal" />
|
||||
<Setter Property="Height" Value="46" />
|
||||
<Setter Property="Background" Value="#2F2F2F" />
|
||||
<Setter Property="Foreground" Value="#E3E0E3" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue