Merge pull request #269 from maxmoney21m/bugfix/apptopbar-bgcolor

Fix AppTopBar background color
This commit is contained in:
Vitor Pamplona 2023-03-14 08:47:37 -04:00 committed by GitHub
commit 7e2b28503e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@ fun MainTopBar(scaffoldState: ScaffoldState, accountViewModel: AccountViewModel)
Column() {
TopAppBar(
elevation = 0.dp,
backgroundColor = MaterialTheme.colors.surface,
title = {
Column(
modifier = Modifier.fillMaxWidth(),