Skip to content

Commit

Permalink
fix: Typo in fill utility class
Browse files Browse the repository at this point in the history
Co-authored-by: Cristen Jones <[email protected]>
  • Loading branch information
joshlarson and thecristen authored Dec 19, 2024
1 parent b6d9cfc commit 53f6b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web/components/trip_planner/transit_leg.ex
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ defmodule DotcomWeb.Components.TripPlanner.TransitLeg do
<.icon
name="chevron-down"
class="ml-auto shrink-0 w-4 h-4 fill=brand-primary group-open/stops:rotate-180"
class="ml-auto shrink-0 w-4 h-4 fill-brand-primary group-open/stops:rotate-180"
/>
</summary>
<.leg_details leg={@leg} />
Expand Down

0 comments on commit 53f6b52

Please sign in to comment.