Quality
This commit is contained in:
parent
539c157083
commit
5b987ca691
2 changed files with 6 additions and 6 deletions
|
|
@ -38,11 +38,6 @@ import io.element.android.libraries.designsystem.preview.ElementPreviewLight
|
|||
import io.element.android.libraries.designsystem.theme.LocalColors
|
||||
import io.element.android.libraries.designsystem.theme.components.Icon
|
||||
|
||||
enum class RoundedIconAtomSize {
|
||||
Medium,
|
||||
Large
|
||||
}
|
||||
|
||||
@Composable
|
||||
fun RoundedIconAtom(
|
||||
modifier: Modifier = Modifier,
|
||||
|
|
@ -115,3 +110,8 @@ private fun ContentToPreview() {
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
enum class RoundedIconAtomSize {
|
||||
Medium,
|
||||
Large
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import io.element.android.libraries.designsystem.preview.ElementPreviewLight
|
|||
import io.element.android.libraries.designsystem.theme.components.Text
|
||||
|
||||
/**
|
||||
* Provide either an `iconResourceId` or an `iconImageVector`
|
||||
* Provide either an `iconResourceId` or an `iconImageVector`.
|
||||
*/
|
||||
@Composable
|
||||
fun IconTitleSubtitleMolecule(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue