Skip to content

Commit

Permalink
refactor: shadow padding 개선(#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheonilyeong committed Dec 3, 2024
1 parent ce31075 commit ee53e89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ fun QuizScreen(
Column(
modifier = Modifier
.fillMaxWidth()
.padding(top = 30.dp)
.background(
brush = Brush.verticalGradient(listOf(Color.Transparent, Color.Black)),
alpha = 0.6f,
Expand Down

0 comments on commit ee53e89

Please sign in to comment.