Skip to content

Commit

Permalink
Removing Space.
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashkamble committed Jan 26, 2022
1 parent 650a0a1 commit 1965136
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fun ColorPickerScreen(
verticalArrangement = Arrangement.Bottom,
horizontalAlignment = Alignment.CenterHorizontally
) {
AddedColorList(colorList = list.value.colorList)
AddedColorList(colorList = list.value.palettColorList)
Button(
onClick = {
viewModel.pickColor(
Expand Down Expand Up @@ -110,7 +110,6 @@ fun AddedColorList(
radius = 20.dp,
borderStrokeWidth = 2.dp
)
Spacer(modifier = modifier.height(100.dp))
}
}
}
Expand Down

0 comments on commit 1965136

Please sign in to comment.