chore: polish style

This commit is contained in:
Harsh Shandilya 2024-05-28 15:18:47 +05:30
parent 6d7c20c466
commit 936f933bfd

View file

@ -38,7 +38,7 @@ public fun APSAppBar(
title = { Text(text = title) },
navigationIcon = {
if (navigationIcon != null) {
IconButton(onClick = { onNavigationIconClick.invoke() }) {
IconButton(onClick = onNavigationIconClick) {
Icon(painter = navigationIcon, contentDescription = null)
}
}