Skip to content

Commit 72dae63

Browse files
committed
Use TextBox.ForegroundProperty
1 parent 245c492 commit 72dae63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/PluginViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ private static UserControl CreateErrorSettingPanel(string text)
227227
TextWrapping = TextWrapping.Wrap,
228228
Margin = SettingPanelItemTopBottomMargin
229229
};
230-
textBox.SetResourceReference(TextBlock.ForegroundProperty, "Color04B");
230+
textBox.SetResourceReference(TextBox.ForegroundProperty, "Color04B");
231231
grid.Children.Add(textBox);
232232
return new UserControl
233233
{

0 commit comments

Comments
 (0)