added foreground color for text in tooltip
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user