Skip to content

Commit ce969c9

Browse files
committed
홈 화면 배경 알파 수정
1 parent 340cb25 commit ce969c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feature/home/src/main/java/com/plottwist/feature/home/component/GatheringsCard.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fun GatheringsCard(
4848
blur = 6.dp
4949
)
5050
.background(
51-
color = Color(0x49FFFFFF),
51+
color = Color(0x88FFFFFF),
5252
shape = RoundedCornerShape(20.dp)
5353
)
5454
.border(
@@ -125,7 +125,7 @@ fun GatheringItem(
125125
modifier
126126
.fillMaxWidth()
127127
.clip(RoundedCornerShape(20.dp))
128-
.padding(vertical = 12.dp)
128+
.padding(vertical = 6.dp)
129129
.clickable(
130130
interactionSource = null,
131131
indication = null

0 commit comments

Comments
 (0)