Skip to content

Commit 41c765e

Browse files
Kent FanGerrit Code Review
Kent Fan
authored and
Gerrit Code Review
committed
Merge "Update Icon kdoc param info" into androidx-main
2 parents 0a2bb65 + b9c8ee1 commit 41c765e

File tree

1 file changed

+1
-1
lines changed
  • compose/material3/material3-common/src/commonMain/kotlin/androidx/compose/material3/common

1 file changed

+1
-1
lines changed

Diff for: compose/material3/material3-common/src/commonMain/kotlin/androidx/compose/material3/common/Icon.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import androidx.compose.ui.unit.dp
4646
* color. If [imageVector] has no intrinsic size, this component will use the
4747
* recommended default size. Icon is an opinionated component designed to be used with single-color
4848
* icons so that they can be tinted correctly for the component they are placed in. For multicolored
49-
* icons and icons that should not be tinted, use [Color.Unspecified] for [tint]. For generic images
49+
* icons and icons that should not be tinted, use null for [tint]. For generic images
5050
* that should not be tinted, and do not follow the recommended icon size, use the generic
5151
* [androidx.compose.foundation.Image] instead. For a clickable icon, see [IconButton].
5252
*

0 commit comments

Comments
 (0)