Format file

This commit is contained in:
Benoit Marty 2023-07-18 02:11:15 +02:00 committed by Benoit Marty
parent eb2bec147e
commit 0fd9ba5602

View file

@ -126,7 +126,8 @@ internal fun ElementLogoAtomPreview() {
Box( Box(
Modifier Modifier
.size(170.dp) .size(170.dp)
.background(ElementTheme.colors.bgSubtlePrimary)) .background(ElementTheme.colors.bgSubtlePrimary)
)
ElementLogoAtom(ElementLogoAtomSize.Large) ElementLogoAtom(ElementLogoAtomSize.Large)
} }
} }