fix: add alpha value for All day in local test data

This commit is contained in:
Freek van de Ven 2024-07-29 11:59:10 +02:00 committed by FlutterJoey
parent fd2a8e8867
commit f3c8b5f473

View file

@ -40,7 +40,7 @@ List<AvailabilityTemplateModel> getDefaultLocalTemplatesForUser() {
("2", "Afternoon", 0xFF00FF00),
("3", "Evening", 0xFFFF0000),
("4", "Night", 0xFFFF00FF),
("5", "All day", 0xFF9999),
("5", "All day", 0xFFFF9999),
]) ...[
AvailabilityTemplateModel(
id: template.$1,