Skip to content

Commit 4055f07

Browse files
authored
Merge pull request #3485 from onesounds/250423-FixNumberboxColor
Fix NumberBox Placeholder text color
2 parents 95d82b3 + 8ed0c47 commit 4055f07

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2823,7 +2823,6 @@
28232823
</Trigger>
28242824
<Trigger Property="IsEnabled" Value="false">
28252825
<Setter TargetName="HeaderContentPresenter" Property="Foreground" Value="{DynamicResource TextControlHeaderForegroundDisabled}" />
2826-
<Setter Property="Background" Value="{DynamicResource CustomNumberBoxBGDisabled}" />
28272826
<Setter TargetName="BorderElementInline" Property="Background" Value="{DynamicResource TextControlBackgroundDisabled}" />
28282827
<Setter TargetName="BorderElement" Property="BorderBrush" Value="{DynamicResource TextControlBorderBrushDisabled}" />
28292828
<Setter TargetName="BorderElement" Property="BorderThickness" Value="0 0 0 0" />

Flow.Launcher/Resources/Dark.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
<Color x:Key="NumberBoxColor24">#f5f5f5</Color>
108108
<Color x:Key="NumberBoxColor25">#464646</Color>
109109
<Color x:Key="NumberBoxColor26">#ffffff</Color>
110+
<SolidColorBrush x:Key="NumberBoxPlaceHolder" Color="#464646" />
110111
<Color x:Key="HoverStoreGrid">#272727</Color>
111112

112113
<!-- Resources for HotkeyControl -->

0 commit comments

Comments
 (0)