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

Commit

Permalink
♻️ :: 추천 상세 버튼 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmdhoon2 committed Nov 28, 2023
1 parent 96c8a1c commit 2c242ac
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ internal fun RecommendDetails(
text = details.content,
color = SignalColor.Gray700,
)
Spacer(modifier = Modifier.weight(1f))
SignalFilledButton(
modifier = Modifier.padding(
top = 16.dp,
bottom = 34.dp,
),
text = stringResource(id = R.string.recommend_details_move_to_link),
onClick = intentToUrl,
)
}
Spacer(modifier = Modifier.weight(1f))
SignalFilledButton(
modifier = Modifier.padding(
top = 16.dp,
bottom = 34.dp,
),
text = stringResource(id = R.string.recommend_details_move_to_link),
onClick = intentToUrl,
)
}
}

0 comments on commit 2c242ac

Please sign in to comment.