mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use TextBox.ForegroundProperty
This commit is contained in:
parent
245c492906
commit
72dae631fe
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ namespace Flow.Launcher.ViewModel
|
|||
TextWrapping = TextWrapping.Wrap,
|
||||
Margin = SettingPanelItemTopBottomMargin
|
||||
};
|
||||
textBox.SetResourceReference(TextBlock.ForegroundProperty, "Color04B");
|
||||
textBox.SetResourceReference(TextBox.ForegroundProperty, "Color04B");
|
||||
grid.Children.Add(textBox);
|
||||
return new UserControl
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue