Fixed an composing order issue
parent
79b3ae3f37
commit
6b8ac9270f
|
|
@ -100,7 +100,6 @@ fun RecipePreview(
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Row(
|
||||
horizontalArrangement = Arrangement.Center,
|
||||
modifier = Modifier
|
||||
|
|
@ -126,4 +125,5 @@ fun RecipePreview(
|
|||
Tag(tag)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue