Space header: change font of info to fontBodyMdRegular and icon size to 16. See #6364
This commit is contained in:
parent
0db95d9519
commit
7912db2ce8
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ fun SpaceInfoRow(
|
||||||
) {
|
) {
|
||||||
if (iconVector != null) {
|
if (iconVector != null) {
|
||||||
Icon(
|
Icon(
|
||||||
modifier = Modifier.size(20.dp),
|
modifier = Modifier.size(16.dp),
|
||||||
imageVector = iconVector,
|
imageVector = iconVector,
|
||||||
contentDescription = null,
|
contentDescription = null,
|
||||||
tint = ElementTheme.colors.iconTertiary,
|
tint = ElementTheme.colors.iconTertiary,
|
||||||
|
|
@ -61,7 +61,7 @@ fun SpaceInfoRow(
|
||||||
}
|
}
|
||||||
Text(
|
Text(
|
||||||
text = text,
|
text = text,
|
||||||
style = ElementTheme.typography.fontBodyLgRegular,
|
style = ElementTheme.typography.fontBodyMdRegular,
|
||||||
color = ElementTheme.colors.textSecondary,
|
color = ElementTheme.colors.textSecondary,
|
||||||
textAlign = TextAlign.Center,
|
textAlign = TextAlign.Center,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue