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
|
|
@ -69,7 +69,7 @@ fun UnsavedAvatar(
|
|||
contentDescription = null,
|
||||
)
|
||||
} else {
|
||||
Box(modifier = commonModifier.background(ElementTheme.legacyColors.quinary)) {
|
||||
Box(modifier = commonModifier.background(ElementTheme.materialColors.surfaceVariant)) {
|
||||
Icon(
|
||||
imageVector = Icons.Outlined.AddAPhoto,
|
||||
contentDescription = "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue