Updaated all color values to include Alpha value so pickers offer it as an option to user
This commit is contained in:
@@ -189,7 +189,7 @@ export default {
|
||||
id: 0,
|
||||
name: "-",
|
||||
active: true,
|
||||
color: "#ffffff", //invisible
|
||||
color: "#ffffffff", //invisible
|
||||
completed: false,
|
||||
locked: false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user