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

@@ -128,7 +128,7 @@ export default {
name: null,
active: true,
notes: null,
color: "#ffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
color: "#ffffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
selectRoles: 1290,
removeRoles: 1290,
completed: false,