mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fixup! feat(common): visually distinguish between read and unread comments
This commit is contained in:
parent
b1d6cbcb39
commit
371780a1fd
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ internal fun CommentEntry(
|
|||
.fillMaxWidth()
|
||||
.clickable { toggleExpanded(commentNode) }
|
||||
.background(
|
||||
if (commentNode.isUnread) MaterialTheme.colorScheme.surfaceBright
|
||||
if (commentNode.isUnread) MaterialTheme.colorScheme.surfaceContainerHigh
|
||||
else MaterialTheme.colorScheme.background
|
||||
)
|
||||
.padding(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue