Pixels
Pixels copied to clipboard
Store the html color of comment author into resources instead of hardcoding
In CommentViewModel.kt, the following html color cannot be changed based on dark/day theme. It should be extracted into own resources file.
"<strong><u><font color='#FF6F00'>${commentData.author}</font></u></strong>"