Browse Source

Doc

pull/3719/head
Benoit Marty 1 week ago
parent
commit
fb353e9657
  1. 2
      libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/atomic/molecules/IconTitleSubtitleMolecule.kt

2
libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/atomic/molecules/IconTitleSubtitleMolecule.kt

@ -29,8 +29,8 @@ import io.element.android.libraries.designsystem.theme.components.Text
* *
* @param title the title to display * @param title the title to display
* @param subTitle the subtitle to display * @param subTitle the subtitle to display
* @param modifier the modifier to apply to this layout
* @param iconStyle the style of the [BigIcon] to display * @param iconStyle the style of the [BigIcon] to display
* @param modifier the modifier to apply to this layout
*/ */
@Composable @Composable
fun IconTitleSubtitleMolecule( fun IconTitleSubtitleMolecule(

Loading…
Cancel
Save