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,11 +125,13 @@ internal fun ElementLogoAtomPreview() {
ElementPreview { ElementPreview {
Box( Box(
Modifier Modifier
.size(170.dp) .size(180.dp)
.background(ElementTheme.colors.bgSubtlePrimary) .background(ElementTheme.colors.bgSubtlePrimary),
) contentAlignment = Alignment.Center
) {
ElementLogoAtom(ElementLogoAtomSize.Large) ElementLogoAtom(ElementLogoAtomSize.Large)
} }
}
} }
fun Modifier.shapeShadow( fun Modifier.shapeShadow(