Quality
This commit is contained in:
parent
27313ada37
commit
b453ae246d
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.LocalColors
|
||||||
import io.element.android.libraries.designsystem.theme.components.Icon
|
import io.element.android.libraries.designsystem.theme.components.Icon
|
||||||
|
|
||||||
enum class RoundedIconAtomSize {
|
|
||||||
Medium,
|
|
||||||
Large
|
|
||||||
}
|
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
fun RoundedIconAtom(
|
fun RoundedIconAtom(
|
||||||
modifier: Modifier = Modifier,
|
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
|
import io.element.android.libraries.designsystem.theme.components.Text
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provide either an `iconResourceId` or an `iconImageVector`
|
* Provide either an `iconResourceId` or an `iconImageVector`.
|
||||||
*/
|
*/
|
||||||
@Composable
|
@Composable
|
||||||
fun IconTitleSubtitleMolecule(
|
fun IconTitleSubtitleMolecule(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue