Change dropdown item font weight
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user