Updaated all color values to include Alpha value so pickers offer it as an option to user
This commit is contained in:
@@ -31,7 +31,7 @@ namespace AyaNova.Models
|
||||
|
||||
public WorkOrderStatus()
|
||||
{
|
||||
Color = "#ffffff";//white / no color is the default
|
||||
Color = "#ffffffff";//white / no color is the default
|
||||
}
|
||||
|
||||
}//eoc
|
||||
|
||||
Reference in New Issue
Block a user