mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 09:28:42 +01:00
parent
2812cf960d
commit
4738765450
@ -68,17 +68,20 @@ fun MultiCommunityItem(
|
||||
title = title,
|
||||
)
|
||||
}
|
||||
Column(
|
||||
modifier = Modifier.padding(start = Spacing.xs),
|
||||
) {
|
||||
Text(
|
||||
modifier = Modifier.padding(vertical = Spacing.s),
|
||||
text = buildString {
|
||||
append(title)
|
||||
},
|
||||
color = fullColor,
|
||||
style = MaterialTheme.typography.bodyLarge,
|
||||
)
|
||||
|
||||
ScaledContent {
|
||||
Column(
|
||||
modifier = Modifier.weight(1f)
|
||||
) {
|
||||
Text(
|
||||
modifier = Modifier.padding(vertical = Spacing.s),
|
||||
text = buildString {
|
||||
append(title)
|
||||
},
|
||||
color = fullColor,
|
||||
style = MaterialTheme.typography.bodyLarge,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
if (options.isNotEmpty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user