Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Jul 25, 2023
1 parent 6e23668 commit 9d929a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ fun RowItemTemplate(
leadingIcon()
Column(
modifier = Modifier
// .weight(1f)
.weight(1f)
.padding(start = dimensions().spacing8x)
) {
title()
subtitle()
}
Box(
modifier = Modifier
.wrapContentSize()
.wrapContentWidth()
.padding(horizontal = dimensions().spacing8x)
) {
actions()
Expand Down

0 comments on commit 9d929a9

Please sign in to comment.