Remove ElementColors. We should use semantics and material colors now.
This commit is contained in:
parent
bcb64f7d44
commit
e2f3f2966b
9 changed files with 29 additions and 146 deletions
|
|
@ -162,7 +162,7 @@ private fun AnalyticsOptInContentRow(
|
|||
modifier = modifier
|
||||
.fillMaxWidth()
|
||||
.background(
|
||||
color = ElementTheme.legacyColors.quinary,
|
||||
color = ElementTheme.materialColors.surfaceVariant,
|
||||
shape = bgShape,
|
||||
)
|
||||
.padding(vertical = 12.dp, horizontal = 20.dp),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue