Create room: fix colour for bottom sheet actions
This commit is contained in:
parent
e4377c7e0c
commit
a30d87c323
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ private fun SheetContent(
|
||||||
Icon(
|
Icon(
|
||||||
imageVector = action.icon,
|
imageVector = action.icon,
|
||||||
contentDescription = stringResource(action.titleResId),
|
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