Updaated all color values to include Alpha value so pickers offer it as an option to user
This commit is contained in:
@@ -91,7 +91,7 @@ export default {
|
||||
interval: "month",
|
||||
wotags: [],
|
||||
wotagsany: true,
|
||||
color: "#00205B"
|
||||
color: "#00205BFF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -115,7 +115,7 @@ export default {
|
||||
wotagsany: true,
|
||||
woitemtags: [],
|
||||
woitemtagsany: true,
|
||||
color: "#00205B"
|
||||
color: "#00205BFF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -139,7 +139,7 @@ export default {
|
||||
woitemtags: [],
|
||||
woitemtagsany: true,
|
||||
interval: "month",
|
||||
color: "#00205B"
|
||||
color: "#00205BFF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -288,7 +288,7 @@ export default {
|
||||
wotagsany: true,
|
||||
woitemtags: [],
|
||||
woitemtagsany: true,
|
||||
color: "#00205B"
|
||||
color: "#00205BFF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -306,7 +306,7 @@ export default {
|
||||
woitemtags: [],
|
||||
woitemtagsany: true,
|
||||
interval: "month",
|
||||
color: "#00205B"
|
||||
color: "#00205BFF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -333,7 +333,7 @@ export default {
|
||||
techtags: [],
|
||||
techtagsany: true,
|
||||
userid: null,
|
||||
color: "#00205B"
|
||||
color: "#00205BFF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -360,7 +360,7 @@ export default {
|
||||
techtagsany: true,
|
||||
userid: null,
|
||||
interval: "month",
|
||||
color: "#00205B"
|
||||
color: "#00205BFF"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user