Add dark mode support
This commit is contained in:
parent
7289459170
commit
fc6f494f0d
62 changed files with 1090 additions and 145 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue