Skip to content

Commit

Permalink
Merge pull request #1261 from ASAKURA404/feature/fix_chip_height
Browse files Browse the repository at this point in the history
change lineHeight of session tag
  • Loading branch information
takahirom committed Sep 16, 2023
2 parents 62ac7dd + 38e8aab commit 0a8bd1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ fun SessionTag(
text = label,
fontWeight = FontWeight.Medium,
fontSize = 12.sp,
style = MaterialTheme.typography.labelMedium,
color = labelColor,
)
}
Expand Down

0 comments on commit 0a8bd1d

Please sign in to comment.