mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(deps): update dev.chrisbanes.compose:compose-bom to 2023.10.00-alpha01
This commit is contained in:
parent
60506b4725
commit
19e7d65006
4 changed files with 7 additions and 7 deletions
|
@ -24,8 +24,8 @@ import androidx.compose.foundation.layout.width
|
|||
import androidx.compose.foundation.layout.wrapContentHeight
|
||||
import androidx.compose.foundation.shape.CircleShape
|
||||
import androidx.compose.material.icons.Icons
|
||||
import androidx.compose.material.icons.automirrored.filled.Comment
|
||||
import androidx.compose.material.icons.filled.AccountCircle
|
||||
import androidx.compose.material.icons.filled.Comment
|
||||
import androidx.compose.material.icons.filled.Favorite
|
||||
import androidx.compose.material.icons.filled.FavoriteBorder
|
||||
import androidx.compose.material3.Badge
|
||||
|
@ -208,7 +208,7 @@ private fun CommentsButton(
|
|||
},
|
||||
) {
|
||||
Icon(
|
||||
imageVector = Icons.Filled.Comment,
|
||||
imageVector = Icons.AutoMirrored.Filled.Comment,
|
||||
tint = MaterialTheme.colorScheme.secondary,
|
||||
contentDescription = "Open comments",
|
||||
modifier = Modifier.testTag("comments_button"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue