added foreground color for text in tooltip

This commit is contained in:
2026-08-09 00:29:05 +05:00
parent 253373d47e
commit 7c5675f69f
6 changed files with 56 additions and 19 deletions
+3
View File
@@ -59,6 +59,9 @@ public sealed partial class AppSettings : ObservableObject
[ObservableProperty]
private Color _backgroundColor = Color.FromRgb(0x20, 0x20, 0x20);
[ObservableProperty]
private Color _foregroundColor = Color.FromRgb(0xFF, 0xFF, 0xFF);
[JsonIgnore]
public TimeSpan Duration => TimeSpan.FromMilliseconds(DurationMilliseconds);
}