Bump dependencies

(cherry picked from commit 9432d2d06a817cc22fe147b0d3f33f156de09840)
This commit is contained in:
arkon
2023-02-22 23:09:16 -05:00
committed by Jobobby04
parent 87107fcc94
commit 654e894aee
5 changed files with 10 additions and 10 deletions
@@ -137,7 +137,7 @@ fun AppBar(
},
title = titleContent,
actions = actions,
colors = TopAppBarDefaults.smallTopAppBarColors(
colors = TopAppBarDefaults.topAppBarColors(
containerColor = MaterialTheme.colorScheme.surfaceColorAtElevation(
elevation = if (isActionMode) 3.dp else 0.dp,
),