mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
fix fundamental link coloring
This commit is contained in:
parent
712d38a2be
commit
d56a8af9c5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ namespace ShiftOS.WinForms.ShiftnetSites
|
|||
flfundamentals.Controls.Add(link);
|
||||
flfundamentals.SetFlowBreak(link, true);
|
||||
link.Show();
|
||||
link.LinkColor = Color.White;
|
||||
link.LinkColor = SkinEngine.LoadedSkin.ControlTextColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue