forked from melod1n/fast-messenger
update and refresh icons to Material Symbols;
update MaterialDialog style
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ fun SettingsScreen(
|
||||
navigationIcon = {
|
||||
IconButton(onClick = onBack) {
|
||||
Icon(
|
||||
painter = painterResource(id = R.drawable.round_arrow_back_24px),
|
||||
painter = painterResource(id = R.drawable.ic_arrow_back_round_24),
|
||||
contentDescription = "Back button"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user