Successfully modified file: /home/Messier82/projects/service-book/app/src/main/java/com/servicebook/ui/components/PaywallStatusCard.kt (1 replacements). Here is the updated code: ... onUpgradeClick: () -> Unit, modifier: Modifier = Modifier, ) { Card( colors = CardDefaults.cardColors(containerColor = MaterialTheme.colorScheme.tertiaryContainer), shape = RoundedCornerShape(24.dp), modifier = modifier .fillMaxWidth() .testTag(TestTags.PAYWALL_STATUS_CARD) .semantics(mergeDescendants = true) {}, ...