Skip to content

Commit ae39f13

Browse files
committed
chore: modifier order
1 parent 72521aa commit ae39f13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/to/bitkit/ui/screens/widgets/calculator/components/CalculatorInput.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ fun CalculatorInput(
6565
private fun Preview() {
6666
AppThemeSurface {
6767
Column(
68+
verticalArrangement = Arrangement.spacedBy(16.dp),
6869
modifier = Modifier
6970
.fillMaxSize()
70-
.padding(16.dp),
71-
verticalArrangement = Arrangement.spacedBy(16.dp)
71+
.padding(16.dp)
7272
) {
7373
CalculatorInput(
7474
modifier = Modifier.fillMaxWidth(),

0 commit comments

Comments
 (0)