feat: added color pick for cards
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user