Add dark mode support

This commit is contained in:
Mbucari 2023-03-22 16:43:29 -06:00 committed by MBucari
parent 7289459170
commit fc6f494f0d
62 changed files with 1090 additions and 145 deletions

View file

@ -20,7 +20,7 @@ namespace LibationAvalonia.Controls
private void LinkLabel_Tapped(object sender, TappedEventArgs e)
{
Foreground = Brushes.Purple;
Foreground = App.HyperlinkVisited;
}
protected override void OnPointerEntered(PointerEventArgs e)