Skip to content

Commit

Permalink
Remove unneeded padding
Browse files Browse the repository at this point in the history
  • Loading branch information
darryl-lynch committed Nov 29, 2024
1 parent 2c09daa commit 5196e3c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ fun ClipGeometryScreen(sampleName: String) {
)
Row(
modifier = Modifier.
padding(12.dp).
fillMaxWidth(),
horizontalArrangement = Arrangement.Center
) {
Expand Down

0 comments on commit 5196e3c

Please sign in to comment.