Skip to content

Commit

Permalink
fix: Make the "Service every 15 minutes or better" text black (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Dec 16, 2024
1 parent 14b48f0 commit 5ac3f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web/views/schedule_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
Expand Down

0 comments on commit 5ac3f2a

Please sign in to comment.