Skip to content

Commit

Permalink
Improve KPIs UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Dec 27, 2024
1 parent ac93407 commit dde6852
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ private fun KpiItem(
Spacer(Modifier.height(4.dp))
Text(
text = item.value,
style = MaterialTheme.typography.body2
style = MaterialTheme.typography.body2,
fontWeight = FontWeight.Medium,
color = MaterialTheme.colors.secondary,
)
}
}
Expand All @@ -95,6 +97,7 @@ private fun LazyListScope.sectionDivider(
Text(
text = name,
style = IvyTheme.typography.h1,
color = MaterialTheme.colors.primary,
)
}
}
Expand Down

0 comments on commit dde6852

Please sign in to comment.