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 98a251b commit d2203f9Copy full SHA for d2203f9
samples/RenderingPlayground/DirectoryTableView.cs
@@ -41,7 +41,7 @@ public DirectoryTableView(DirectoryInfo directory)
41
42
Add(tableView);
43
44
- Formatter.AddFormatter<DateTime>(d => $"{d:d} {ForegroundColorSpan.DarkGray()}{d:t}");
+ Formatter.AddFormatter<DateTime>(d => $"{d:d} {ForegroundColorSpan.DarkGray()}{d:t}{ForegroundColorSpan.Reset()}");
45
}
46
47
TextSpan Span(FormattableString formattableString)
0 commit comments