mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 08:47:03 +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()
|
.fillMaxWidth()
|
||||||
.clickable { toggleExpanded(commentNode) }
|
.clickable { toggleExpanded(commentNode) }
|
||||||
.background(
|
.background(
|
||||||
if (commentNode.isUnread) MaterialTheme.colorScheme.surfaceBright
|
if (commentNode.isUnread) MaterialTheme.colorScheme.surfaceContainerHigh
|
||||||
else MaterialTheme.colorScheme.background
|
else MaterialTheme.colorScheme.background
|
||||||
)
|
)
|
||||||
.padding(
|
.padding(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue