Fix preview.
This commit is contained in:
parent
616d933fb6
commit
7ca5bcf74e
1 changed files with 6 additions and 4 deletions
|
|
@ -125,10 +125,12 @@ 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)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue