fix: add card elevation and interaction feedback (Closes #8) #75
Reference in New Issue
Block a user
Delete Branch "feature/issue-8-card-elevation-feedback"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
CardDefaults.cardElevation()with default=2dp, pressed=6dp, hovered=4dp to Attribute and Talent cardsModifier.clickabletoCard(onClick=...)for proper Material 3 interaction ripple and pressed elevation animationAttributeCardContentandTalentCardContentcomposables to avoid duplication between clickable/non-clickable variantsTest plan
Closes #8