Use color from ElementTheme.
This commit is contained in:
parent
0d5912e7fd
commit
cc7fd55269
18 changed files with 33 additions and 33 deletions
|
|
@ -262,7 +262,7 @@ private fun ColumnScope.Footer(
|
|||
textAlign = TextAlign.Center,
|
||||
text = text,
|
||||
style = ElementTheme.typography.fontBodySmRegular,
|
||||
color = ElementTheme.materialColors.secondary,
|
||||
color = ElementTheme.colors.textSecondary,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue