Change dropdown item font weight

This commit is contained in:
vfsfitvnm
2022-07-07 14:58:46 +02:00
parent 1b9946424d
commit 5a5805dc84

View File

@@ -423,7 +423,7 @@ fun HomeScreen() {
) { ) {
BasicText( BasicText(
text = text, text = text,
style = typography.xxs.copy(color = textColor, letterSpacing = 1.sp), style = typography.xxs.medium.copy(color = textColor, letterSpacing = 1.sp),
modifier = Modifier modifier = Modifier
.clip(RoundedCornerShape(16.dp)) .clip(RoundedCornerShape(16.dp))
.clickable( .clickable(