You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A Vitamin Card component has recently been developed (#98) but the Card doesn't have an onClick parameter to handle the click on the Card.
Describe the bug
A Vitamin Card component has recently been developed (#98) but the Card doesn't have an
onClickparameter to handle the click on the Card.Expected behavior
Have an onClick parameter to handle the click on the Card like the Material Card :
https://developer.android.com/reference/kotlin/androidx/compose/material/package-summary#Card(kotlin.Function0,androidx.compose.ui.Modifier,kotlin.Boolean,androidx.compose.ui.graphics.Shape,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.foundation.BorderStroke,androidx.compose.ui.unit.Dp,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.Function0)