Skip to content

Commit

Permalink
fix : 디자인 추가 QA
Browse files Browse the repository at this point in the history
정체 불명의 레이어 제거
sub0 폰트 600 적용
로고 색깔 변경
  • Loading branch information
HamBP committed Jul 5, 2024
1 parent 8901b84 commit 359d60c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ private fun TicketContent(
model = asyncImageBlurModel(context, ticket.poster, radius = 24),
modifier = Modifier
.fillMaxSize()
.shadow(10.dp, RoundedCornerShape(8.dp), ambientColor = White, spotColor = White)
.alpha(.8f),
contentScale = ContentScale.Crop,
contentDescription = null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ private fun Title(showName: String = "") {
.padding(end = 4.dp)
.size(22.dp),
painter = painterResource(R.drawable.ic_logo),
colorFilter = ColorFilter.tint(Grey70.copy(alpha = 0.5f)),
colorFilter = ColorFilter.tint(Grey80),
contentDescription = null,
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private val subhead1 = createTextStyle(

private val subhead0 = createTextStyle(
fontFamily = pretendardFamily,
fontWeight = FontWeight.Normal,
fontWeight = FontWeight.SemiBold,
fontSize = 14.sp,
lineHeight = 22.sp,
)
Expand Down

0 comments on commit 359d60c

Please sign in to comment.