Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Fix SAAB alignment
Browse files Browse the repository at this point in the history
Signed-off-by: iTaysonLab <[email protected]>
  • Loading branch information
iTaysonLab committed May 4, 2022
1 parent b995bfb commit 0340145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fun SmallActionCardBinder(
Subtext(text = subtitle)
}

Box(modifier = Modifier.fillMaxWidth()) {
Box(modifier = Modifier.fillMaxWidth().align(Alignment.BottomStart)) {
DynamicLikeButton(objectUrl = likeUri, Modifier.size(42.dp).align(Alignment.CenterStart))
DynamicPlayButton(command = playCommand, Modifier.size(42.dp).align(Alignment.CenterEnd))
}
Expand Down

0 comments on commit 0340145

Please sign in to comment.