feat: added color pick for cards

This commit is contained in:
2026-06-14 15:55:41 +03:00
parent 3188a86609
commit acb9cd55e4
9 changed files with 143 additions and 44 deletions
@@ -100,7 +100,7 @@ fun MainPage(
Text("Add new card to get started")
} else {
for (card in cards) {
CardButton(card, onDeleteCard, getDbFun)
CardButton(card, onDeleteCard)
}
}
}