Updaated all color values to include Alpha value so pickers offer it as an option to user

This commit is contained in:
2022-03-09 16:19:54 +00:00
parent 8b4762c1a3
commit 9f2a01a31b
28 changed files with 48 additions and 51 deletions

View File

@@ -189,7 +189,7 @@ export default {
id: 0,
name: "-",
active: true,
color: "#ffffff", //invisible
color: "#ffffffff", //invisible
completed: false,
locked: false
};