diff --git a/app/helpers/podcast_planner_helper.rb b/app/helpers/podcast_planner_helper.rb index a93d7f9bd..e6f18b115 100644 --- a/app/helpers/podcast_planner_helper.rb +++ b/app/helpers/podcast_planner_helper.rb @@ -55,7 +55,7 @@ def calendar_day_tag(day:, month:, calendar:, &block) is_new = date_is_in_dates?(day, @planner.dates) is_existing = date_is_in_dates?(day, @draft_dates) if is_new && is_existing - cls = ["bg-danger", "text-light"] + cls = ["bg-warning", "bg-danger", "text-light"] elsif is_new cls = ["bg-primary", "text-light"] elsif is_existing