mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 08:47:03 +05:30
fix: switch TopAppBar to non-deprecated APIs
This commit is contained in:
parent
7ee64e0ead
commit
7737c82db9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ fun ClawAppBar(
|
||||||
TopAppBar(
|
TopAppBar(
|
||||||
title = title,
|
title = title,
|
||||||
modifier = modifier.shadow(8.dp),
|
modifier = modifier.shadow(8.dp),
|
||||||
colors = TopAppBarDefaults.smallTopAppBarColors(),
|
colors = TopAppBarDefaults.topAppBarColors(),
|
||||||
navigationIcon = navigationIcon,
|
navigationIcon = navigationIcon,
|
||||||
actions = actions,
|
actions = actions,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue