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 ebf9f43 commit b6d9cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web/components/trip_planner/walking_leg.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule DotcomWeb.Components.TripPlanner.WalkingLeg do
</div>
<.icon
name="chevron-down"
class="ml-auto shrink-0 w-4 h-4 fill=brand-primary group-open:rotate-180"
class="ml-auto shrink-0 w-4 h-4 fill-brand-primary group-open:rotate-180"
/>
</summary>
<.list class="m-0">
Expand Down

0 comments on commit b6d9cfc

Please sign in to comment.