Closed ehsannarmani closed 4 months ago
Hello, thank you for this library.
I want to change my shimmer box background color, but it seems that color is depend on parent color.
For example its my code:
Column( modifier = Modifier .fillMaxSize() .applyStandardPaddings(bottom = 0.dp) .shimmer() ) { Box(modifier = Modifier .fillMaxWidth() .height(250.dp) .clip(RoundedCornerShape(8.dp)) .background(Color.White) ) }
even i set white background to that color, its the result:
Hello, thank you for this library.
I want to change my shimmer box background color, but it seems that color is depend on parent color.
For example its my code:
even i set white background to that color, its the result: