Create room: fix colour for bottom sheet actions
This commit is contained in:
parent
01b1cc1b4b
commit
be8ea56903
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ private fun SheetContent(
|
|||
Icon(
|
||||
imageVector = action.icon,
|
||||
contentDescription = stringResource(action.titleResId),
|
||||
tint = if (action.destructive) MaterialTheme.colorScheme.error else MaterialTheme.colorScheme.primary,
|
||||
tint = if (action.destructive) MaterialTheme.colorScheme.error else MaterialTheme.colorScheme.secondary,
|
||||
)
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue