Change link text color

This commit is contained in:
ganfra 2022-12-02 10:02:07 +01:00
parent f76422ad48
commit 99189f0ba5
3 changed files with 8 additions and 9 deletions

View file

@ -39,3 +39,5 @@ val Vermilion = Color(0xFFFF5B55)
val MessageHighlightLight = Azure
// TODO Update color
val MessageHighlightDark = Azure
val LinkColor = Color(0xFF054F6E)