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