fix(AppBar): 顶部应用栏过时的 API

This commit is contained in:
Super12138 2025-02-07 20:18:46 +08:00
parent 25e1f29e30
commit 758f099826

View file

@ -128,7 +128,7 @@ fun TodoTopAppBar(
} }
}, },
colors = TopAppBarDefaults.largeTopAppBarColors().copy( colors = TopAppBarDefaults.topAppBarColors().copy(
containerColor = animatedTopAppBarColors containerColor = animatedTopAppBarColors
) )
) )