refactor + feat: updated UI and added cards search logic

This commit is contained in:
2026-06-23 15:11:33 +03:00
parent d3c194ce9c
commit 8fe59df6f9
10 changed files with 255 additions and 96 deletions
@@ -44,7 +44,7 @@ fun CardButton(cardInfo: CardInfo) {
Button(
modifier = Modifier.fillMaxWidth().height(64.dp),
colors = ButtonDefaults.buttonColors(
containerColor = cardColor.copy(0.425f)
containerColor = MaterialTheme.colorScheme.primaryContainer.copy(0.625f)
),
shape = RoundedCornerShape(12.dp),
contentPadding = PaddingValues(0.dp),