Skip to content

Commit

Permalink
Replace deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
sdercolin committed Jul 31, 2024
1 parent 1a4e783 commit 29e843a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ private fun Group(group: PreferencesGroup, state: PreferencesEditorState) {
Spacer(Modifier.height(15.dp))
Row {
Icon(
imageVector = Icons.Default.KeyboardArrowRight,
imageVector = Icons.AutoMirrored.Filled.KeyboardArrowRight,
modifier = Modifier.size(25.dp).padding(end = 10.dp),
contentDescription = null,
)
Expand Down

0 comments on commit 29e843a

Please sign in to comment.