We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245c492 commit 72dae63Copy full SHA for 72dae63
Flow.Launcher/ViewModel/PluginViewModel.cs
@@ -227,7 +227,7 @@ private static UserControl CreateErrorSettingPanel(string text)
227
TextWrapping = TextWrapping.Wrap,
228
Margin = SettingPanelItemTopBottomMargin
229
};
230
- textBox.SetResourceReference(TextBlock.ForegroundProperty, "Color04B");
+ textBox.SetResourceReference(TextBox.ForegroundProperty, "Color04B");
231
grid.Children.Add(textBox);
232
return new UserControl
233
{
0 commit comments