Fix preview.

This commit is contained in:
Benoit Marty
2023-07-18 02:13:23 +02:00
committed by Benoit Marty
parent 0fd9ba5602
commit d3f1d122ed

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)
}
}
}