mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
refactor(MediaImageCard): adjust column modifier to always show MoreVert IconButton
This commit is contained in:
@@ -89,7 +89,11 @@ fun MediaImageCard(
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
horizontalArrangement = Arrangement.SpaceBetween
|
||||
) {
|
||||
Column(modifier = Modifier.padding(textPadding)) {
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.weight(1f)
|
||||
.padding(textPadding)
|
||||
) {
|
||||
Text(
|
||||
text = title,
|
||||
style = titleStyle,
|
||||
|
||||
Reference in New Issue
Block a user