fix: switch TopAppBar to non-deprecated APIs

This commit is contained in:
Harsh Shandilya 2023-05-11 01:30:36 +05:30
parent 7ee64e0ead
commit 7737c82db9
No known key found for this signature in database

View file

@ -31,7 +31,7 @@ fun ClawAppBar(
TopAppBar(
title = title,
modifier = modifier.shadow(8.dp),
colors = TopAppBarDefaults.smallTopAppBarColors(),
colors = TopAppBarDefaults.topAppBarColors(),
navigationIcon = navigationIcon,
actions = actions,
)