Fix icon tint
This commit is contained in:
parent
53fc5cc88e
commit
1bc5277bc2
3 changed files with 3 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ fun IconTitleSubtitleMolecule(
|
|||
modifier: Modifier = Modifier,
|
||||
iconResourceId: Int? = null,
|
||||
iconImageVector: ImageVector? = null,
|
||||
iconTint: Color = Color.Unspecified,
|
||||
iconTint: Color = MaterialTheme.colorScheme.primary,
|
||||
) {
|
||||
Column(modifier) {
|
||||
RoundedIconAtom(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue