Fix preview.
This commit is contained in:
committed by
Benoit Marty
parent
0fd9ba5602
commit
d3f1d122ed
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user