this is the code
Card(
modifier = Modifier
// .paint(
// painterResource(id = R.drawable.primary_button_bg_light),
// contentScale = ContentScale.FillBounds)
.neumorphic(
neuShape = Punched.Rounded(radius = 12.dp)
)
.padding(20.dp)
.size(80.dp),
backgroundColor = MaterialTheme.colors.background,
shape = RoundedCornerShape(12.dp)
)

this is the code
Card(
modifier = Modifier
// .paint(
// painterResource(id = R.drawable.primary_button_bg_light),
// contentScale = ContentScale.FillBounds)
.neumorphic(
neuShape = Punched.Rounded(radius = 12.dp)
)
.padding(20.dp)
.size(80.dp),
backgroundColor = MaterialTheme.colors.background,
shape = RoundedCornerShape(12.dp)
)