Format file
This commit is contained in:
parent
fc6ddf2876
commit
616d933fb6
1 changed files with 3 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ fun ElementLogoAtom(
|
|||
ElementLogoAtomSize.Large -> 110.dp
|
||||
ElementLogoAtomSize.Medium -> 83.5.dp
|
||||
}
|
||||
val cornerRadius = when(size) {
|
||||
val cornerRadius = when (size) {
|
||||
ElementLogoAtomSize.Large -> 44.dp
|
||||
ElementLogoAtomSize.Medium -> 33.dp
|
||||
}
|
||||
|
|
@ -126,7 +126,8 @@ internal fun ElementLogoAtomPreview() {
|
|||
Box(
|
||||
Modifier
|
||||
.size(170.dp)
|
||||
.background(ElementTheme.colors.bgSubtlePrimary))
|
||||
.background(ElementTheme.colors.bgSubtlePrimary)
|
||||
)
|
||||
ElementLogoAtom(ElementLogoAtomSize.Large)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue