Updaated all color values to include Alpha value so pickers offer it as an option to user
This commit is contained in:
@@ -38,7 +38,7 @@ export default new Vuex.Store({
|
||||
timeZoneOverride: null, //use browser tz by default
|
||||
currencyName: "USD",
|
||||
hour12: true,
|
||||
uiColor: "#000000",
|
||||
uiColor: "#000000ff",
|
||||
emailAddress: null,
|
||||
mapUrlTemplate: null
|
||||
},
|
||||
@@ -130,7 +130,7 @@ export default new Vuex.Store({
|
||||
state.userOptions.timeZoneOverride = null;
|
||||
state.userOptions.currencyName = "USD";
|
||||
state.userOptions.hour12 = true;
|
||||
//state.userOptions.uiColor = "#000000";
|
||||
//state.userOptions.uiColor = "#000000ff";
|
||||
state.userOptions.emailAddress = null;
|
||||
state.userOptions.mapUrlTemplate = null;
|
||||
state.globalSettings = {};
|
||||
|
||||
Reference in New Issue
Block a user