fix(deps): update dev.chrisbanes.compose:compose-bom to 2023.10.00-alpha01

This commit is contained in:
Harsh Shandilya 2023-09-07 12:41:56 +05:30
parent 60506b4725
commit 19e7d65006
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

View file

@ -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"),