Skip to content

Commit

Permalink
fix(AppBar): 顶部应用栏过时的 API
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Feb 7, 2025
1 parent 25e1f29 commit 758f099
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fun TodoTopAppBar(
}

},
colors = TopAppBarDefaults.largeTopAppBarColors().copy(
colors = TopAppBarDefaults.topAppBarColors().copy(
containerColor = animatedTopAppBarColors
)
)
Expand Down

0 comments on commit 758f099

Please sign in to comment.