fix(AppBar): 顶部应用栏过时的 API
This commit is contained in:
parent
25e1f29e30
commit
758f099826
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ fun TodoTopAppBar(
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
colors = TopAppBarDefaults.largeTopAppBarColors().copy(
|
colors = TopAppBarDefaults.topAppBarColors().copy(
|
||||||
containerColor = animatedTopAppBarColors
|
containerColor = animatedTopAppBarColors
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue