refactor + feat: updated UI and added cards search logic
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user