mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
BIT-904: Fixing color of add an item button while in dark them (#157)
This commit is contained in:
parent
fe0fae4496
commit
bb2b0e8cd1
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ fun VaultNoItemsView(
|
|||
.padding(horizontal = 16.dp),
|
||||
onClick = addItemClickAction,
|
||||
colors = ButtonDefaults.buttonColors(
|
||||
containerColor = MaterialTheme.colorScheme.primaryContainer,
|
||||
contentColor = MaterialTheme.colorScheme.onPrimaryContainer,
|
||||
containerColor = MaterialTheme.colorScheme.secondaryContainer,
|
||||
contentColor = MaterialTheme.colorScheme.onSecondaryContainer,
|
||||
),
|
||||
) {
|
||||
Text(
|
||||
|
|
Loading…
Reference in a new issue