Skip to content

Commit

Permalink
Fix Text color change
Browse files Browse the repository at this point in the history
  • Loading branch information
nenohi committed Sep 27, 2022
1 parent 5f2b5ae commit 7f28cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MisskeyCommentViewer/screen.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ public void Addtext(object msg)
g.Dispose();
bitmap.Dispose();
var converter = new System.Windows.Media.BrushConverter();
var brush = (System.Windows.Media.Brush)converter.ConvertFromString("White");
var brush = TextColor;

Label label1 = new Label
{
Expand Down

0 comments on commit 7f28cf9

Please sign in to comment.