Skip to content

Commit

Permalink
[#677] Review: Set content parameter bold
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea authored and florentmaitre committed Nov 8, 2023
1 parent c5aa9b3 commit 8724026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/NavigationDrawers.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Parameter | Default value | Description
`modifier: Modifier` | `Modifier` | `Modifier` applied to the modal drawer
`state: DrawerState` | `rememberDrawerState(DrawerValue.Closed)` | State of the modal drawer
`selectedItem: OdsModalDrawerListItem?` | `null` | Selected `OdsModalDrawerListItem` that appears in selected state
`content: @Composable () -> Unit` | | Content of the rest of the UI
<b>`content: @Composable () -> Unit`</b> | | Content of the rest of the UI
{:.table}

#### API descriptors
Expand Down

0 comments on commit 8724026

Please sign in to comment.