Skip to content

Commit

Permalink
Fix chevron alignment in EditableComboBox
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Oct 15, 2024
1 parent 32cae15 commit 2534d29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ private fun Chevron(
modifier = Modifier.testTag("Jewel.ComboBox.Divider"),
)

Box(Modifier.weight(1f)) {
Box(Modifier.weight(1f), contentAlignment = Alignment.Center) {
Icon(
key = style.icons.chevronDown,
tint = if (isEnabled) Color.Unspecified else style.colors.borderDisabled,
Expand Down

0 comments on commit 2534d29

Please sign in to comment.