diff --git a/ui/src/main/kotlin/org/jetbrains/jewel/ui/component/SimpleListItem.kt b/ui/src/main/kotlin/org/jetbrains/jewel/ui/component/SimpleListItem.kt index fac80ad64..bd7b8944e 100644 --- a/ui/src/main/kotlin/org/jetbrains/jewel/ui/component/SimpleListItem.kt +++ b/ui/src/main/kotlin/org/jetbrains/jewel/ui/component/SimpleListItem.kt @@ -27,7 +27,7 @@ import org.jetbrains.jewel.ui.theme.simpleListItemStyle * A simple list item layout comprising of a text and an optional icon to its start side. * * The text will only take up one line and is ellipsized if too long to fit. The item will draw a background based on - * the [state]. + * the [isSelected] and [isActive] values. */ @Composable public fun SimpleListItem(