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
@@ -14,4 +14,5 @@ class CardInfo (
val name: String,
val codeType: BarcodeFormat,
val codeValue: String,
)
val color: String?,
) {}