Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Fix AssistChip content color
Browse files Browse the repository at this point in the history
closes #159
  • Loading branch information
sadellie committed Jan 15, 2024
1 parent 9f24b9b commit fec626e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fun AssistChip(
modifier = Modifier.height(AssistChipDefaults.IconSize),
imageVector = imageVector,
contentDescription = contentDescription,
tint = MaterialTheme.colorScheme.onPrimaryContainer
tint = MaterialTheme.colorScheme.onSurfaceVariant
)
}
}
Expand Down

0 comments on commit fec626e

Please sign in to comment.