Updaated all color values to include Alpha value so pickers offer it as an option to user
This commit is contained in:
@@ -41,7 +41,7 @@ namespace AyaNova.Models
|
||||
public Reminder()
|
||||
{
|
||||
Tags = new List<string>();
|
||||
Color = "#ffffff";//white / no color is the default
|
||||
Color = "#ffffffff";//white / no color is the default
|
||||
}
|
||||
|
||||
[NotMapped, JsonIgnore]
|
||||
|
||||
Reference in New Issue
Block a user