Skip to content

Commit

Permalink
Fix kdoc on SimpleListItem overload
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Dec 11, 2024
1 parent 2f834df commit bc5965e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bc5965e

Please sign in to comment.