mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-04 22:07:41 +01:00
fix: color of downvotes in split mode; closes #55
This commit is contained in:
parent
bf6692e762
commit
ee7b26dd02
@ -189,7 +189,7 @@ fun PostCardFooter(
|
||||
append(downvoteText)
|
||||
if (downVoted) {
|
||||
addStyle(
|
||||
style = SpanStyle(color = MaterialTheme.colorScheme.surfaceTint),
|
||||
style = SpanStyle(color = MaterialTheme.colorScheme.tertiary),
|
||||
start = upvoteText.length + 3,
|
||||
end = upvoteText.length + 3 + downvoteText.length
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user