Bump dependencies

This commit is contained in:
arkon
2023-02-22 23:09:16 -05:00
parent fa61c8fe6f
commit 9432d2d06a
5 changed files with 10 additions and 10 deletions

View File

@@ -142,7 +142,7 @@ fun MangaToolbar(
}
}
},
colors = TopAppBarDefaults.smallTopAppBarColors(
colors = TopAppBarDefaults.topAppBarColors(
containerColor = MaterialTheme.colorScheme
.surfaceColorAtElevation(3.dp)
.copy(alpha = if (isActionMode) 1f else backgroundAlphaProvider()),