Skip to content

Commit

Permalink
Use AutoMirrored icon
Browse files Browse the repository at this point in the history
  • Loading branch information
imashnake0 committed Dec 22, 2023
1 parent 1a0f369 commit 29162bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import androidx.compose.foundation.shape.CircleShape
import androidx.compose.foundation.text.KeyboardOptions
import androidx.compose.foundation.text.selection.TextSelectionColors
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.automirrored.rounded.KeyboardArrowRight
import androidx.compose.material.icons.rounded.Close
import androidx.compose.material.icons.rounded.KeyboardArrowRight
import androidx.compose.material3.Icon
import androidx.compose.material3.IconButton
import androidx.compose.material3.LocalContentColor
Expand Down Expand Up @@ -132,7 +132,7 @@ internal fun ExpandedSearchBarContent(
modifier = Modifier.size(dimensionResource(com.imashnake.animite.core.R.dimen.icon_size))
) {
Icon(
imageVector = Icons.Rounded.KeyboardArrowRight,
imageVector = Icons.AutoMirrored.Rounded.KeyboardArrowRight,
contentDescription = null
)
}
Expand Down

0 comments on commit 29162bc

Please sign in to comment.