Skip to content

Commit 2d0d567

Browse files
authored
Merge pull request #529 from JetBrains/action-fix
Fix text sizing in the Action component
2 parents 4c48f97 + 41b2bf9 commit 2d0d567

File tree

1 file changed

+1
-1
lines changed
  • ui-components/src/commonMain/kotlin/org/jetbrains/kotlinconf/ui/components

1 file changed

+1
-1
lines changed

ui-components/src/commonMain/kotlin/org/jetbrains/kotlinconf/ui/components/Action.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fun Action(
6060
ActionSize.Large -> KotlinConfTheme.typography.h3
6161
},
6262
maxLines = 1,
63-
modifier = Modifier.weight(1f)
63+
modifier = Modifier.weight(1f, fill = false),
6464
)
6565
Icon(
6666
modifier = Modifier

0 commit comments

Comments
 (0)