Skip to content

Commit

Permalink
fix the bug of color dismissed in traveler's diary #979
Browse files Browse the repository at this point in the history
  • Loading branch information
Scighost committed Jul 27, 2024
1 parent 435f978 commit 9c1f0a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ protected override async void OnLoaded()
[4] = Color.FromArgb(0xFF, 0x72, 0x98, 0x6F),
[5] = Color.FromArgb(0xFF, 0x79, 0x6B, 0xA6),
[6] = Color.FromArgb(0xFF, 0x59, 0x7D, 0x9F),
[7] = Color.FromArgb(0xFF, 0x7A, 0x7C, 0xB2),
};


Expand Down

0 comments on commit 9c1f0a4

Please sign in to comment.