We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340cb25 commit ce969c9Copy full SHA for ce969c9
feature/home/src/main/java/com/plottwist/feature/home/component/GatheringsCard.kt
@@ -48,7 +48,7 @@ fun GatheringsCard(
48
blur = 6.dp
49
)
50
.background(
51
- color = Color(0x49FFFFFF),
+ color = Color(0x88FFFFFF),
52
shape = RoundedCornerShape(20.dp)
53
54
.border(
@@ -125,7 +125,7 @@ fun GatheringItem(
125
modifier
126
.fillMaxWidth()
127
.clip(RoundedCornerShape(20.dp))
128
- .padding(vertical = 12.dp)
+ .padding(vertical = 6.dp)
129
.clickable(
130
interactionSource = null,
131
indication = null
0 commit comments