We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e88766 commit 1bec91cCopy full SHA for 1bec91c
theme/src/main/java/no/nordicsemi/android/common/theme/view/NordicAppBar.kt
@@ -56,7 +56,7 @@ fun NordicAppBar(
56
) {
57
TopAppBar(
58
title = { Text(text) },
59
- colors = TopAppBarDefaults.smallTopAppBarColors(
+ colors = TopAppBarDefaults.topAppBarColors(
60
containerColor = colorResource(id = R.color.appBarColor),
61
titleContentColor = MaterialTheme.colorScheme.onPrimary,
62
actionIconContentColor = MaterialTheme.colorScheme.onPrimary,
0 commit comments