Skip to content

Commit

Permalink
chore: Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianDevel committed Dec 5, 2024
1 parent a789e0e commit 7d12c8f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ fun BottomStickyButtonScaffold(
.padding(contentPaddings),
horizontalAlignment = Alignment.CenterHorizontally,
) {
Box(
modifier = Modifier
.weight(1.0f),
content = content,
)
Box(modifier = Modifier.weight(1.0f), content = content)
DoubleButtonCombo(
modifier = Modifier.padding(vertical = Dimens.ButtonComboVerticalPadding),
topButton = topButton,
Expand Down

0 comments on commit 7d12c8f

Please sign in to comment.