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 Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import androidx.compose.ui.unit.dp
46
46
* color. If [imageVector] has no intrinsic size, this component will use the
47
47
* recommended default size. Icon is an opinionated component designed to be used with single-color
48
48
* 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
50
50
* that should not be tinted, and do not follow the recommended icon size, use the generic
51
51
* [androidx.compose.foundation.Image] instead. For a clickable icon, see [IconButton].
52
52
*
You can’t perform that action at this time.
0 commit comments