Gaurav
07/04/2021, 11:24 AMFoso
07/04/2021, 11:33 AMSpacer(modifier = Modifier
.size(30.dp)
.background(Color.White))
Gaurav
07/04/2021, 11:45 AMmodifier.background(white).
height(30.dp).fillmaxheight()
...while I should have done fillmaxwidth....
due to this color was not coming....these little mistakes😅😅Filip Wiesner
07/04/2021, 6:08 PM