Fix preview.

This commit is contained in:
Benoit Marty 2023-07-18 02:13:23 +02:00 committed by Benoit Marty
parent 616d933fb6
commit 7ca5bcf74e

View file

@ -125,10 +125,12 @@ internal fun ElementLogoAtomPreview() {
ElementPreview {
Box(
Modifier
.size(170.dp)
.background(ElementTheme.colors.bgSubtlePrimary)
)
ElementLogoAtom(ElementLogoAtomSize.Large)
.size(180.dp)
.background(ElementTheme.colors.bgSubtlePrimary),
contentAlignment = Alignment.Center
) {
ElementLogoAtom(ElementLogoAtomSize.Large)
}
}
}