From 5ac3f2af100a25ef7804cb3d4c7506439875db62 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Mon, 16 Dec 2024 16:23:10 -0500 Subject: [PATCH] fix: Make the "Service every 15 minutes or better" text black (#2273) --- lib/dotcom_web/views/schedule_view.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dotcom_web/views/schedule_view.ex b/lib/dotcom_web/views/schedule_view.ex index 0c1b2a7494..22ee8f66fc 100644 --- a/lib/dotcom_web/views/schedule_view.ex +++ b/lib/dotcom_web/views/schedule_view.ex @@ -419,7 +419,7 @@ defmodule DotcomWeb.ScheduleView do class: "bg-white rounded-full h-8 w-fit flex gap-2 items-center py-1 pl-1 pr-3 mb-6" do [ svg("icon-frequent-bus.svg"), - content_tag :span, class: "text-sm font-bold" do + content_tag :span, class: "text-sm font-bold text-black" do "Service every 15 minutes or better" end ]