Refactor: replace material icons with local drawables and bump libs
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ fun SettingsScreen(
|
||||
navigationIcon = {
|
||||
IconButton(onClick = onBack) {
|
||||
Icon(
|
||||
painter = painterResource(id = R.drawable.ic_round_arrow_back_24),
|
||||
painter = painterResource(id = R.drawable.round_arrow_back_24px),
|
||||
contentDescription = "Back button"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user