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 {
|
||||
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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue