Fixed an composing order issue

master
Wynd 2025-12-21 21:10:29 +02:00
parent 79b3ae3f37
commit 6b8ac9270f
1 changed files with 23 additions and 23 deletions

View File

@ -100,7 +100,6 @@ fun RecipePreview(
}
}
}
}
Row(
horizontalArrangement = Arrangement.Center,
modifier = Modifier
@ -127,3 +126,4 @@ fun RecipePreview(
}
}
}
}