Fix back icon PSE
This commit is contained in:
@@ -98,8 +98,8 @@ fun PSEContent(activity: ComponentActivity){
|
||||
IconButton(onClick = { activity.finish() }) {
|
||||
Icon(
|
||||
imageVector = Icons.Filled.ArrowBack,
|
||||
contentDescription = "",
|
||||
modifier = Modifier.size(60.dp),
|
||||
contentDescription = null,
|
||||
modifier = Modifier.size(28.dp),
|
||||
tint = MaterialTheme.colorScheme.onPrimaryContainer
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user