Remove explicit dependency androix.compose.material (#6199)
* Remove explicit dependency for `androix.compose.material` for compose library modules * Ensure `Button` uses the `material3.Icon` instead of the `material.Icon` * Remove entry in `libs.versions.toml`
This commit is contained in:
parent
17cf0efd13
commit
3a565e6065
3 changed files with 1 additions and 3 deletions
|
|
@ -229,7 +229,7 @@ private fun ButtonInternal(
|
|||
Spacer(modifier = Modifier.width(8.dp))
|
||||
}
|
||||
leadingIcon != null -> {
|
||||
androidx.compose.material.Icon(
|
||||
Icon(
|
||||
painter = leadingIcon.getPainter(),
|
||||
contentDescription = null,
|
||||
tint = LocalContentColor.current,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue