fix(deposits): darken deposit slip grid lines for scanner readability

This commit is contained in:
2026-04-28 09:14:52 -06:00
parent 189ae53d34
commit 4a47394923
+1 -1
View File
@@ -87,7 +87,7 @@ const SL = {
checkCountValY: 6.1, // check count value start checkCountValY: 6.1, // check count value start
// ── Colours ─────────────────────────────────────────────────────────────── // ── Colours ───────────────────────────────────────────────────────────────
bgLineColor: '#888888', bgLineColor: '#333333',
bgLabelColor: '#444444', bgLabelColor: '#444444',
bgHeaderColor: '#000000', bgHeaderColor: '#000000',
}; };