fix: top app bar container height (md3); closes #448 (#449)

This commit is contained in:
Diego Beraldin 2024-01-15 22:18:43 +01:00 committed by GitHub
parent 4784bf881d
commit fa797324d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,5 +32,5 @@ object IconSize {
}
object Dimensions {
val topBarHeight = 50.dp
val topBarHeight = 64.dp
}