Skip to content

Commit

Permalink
Update lib/dotcom_web/components/planned_disruptions.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Cristen Jones <cjones3@mbta.com>
  • Loading branch information
anthonyshull and thecristen authored Feb 19, 2025
1 parent c37191d commit 481cc17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dotcom_web/components/planned_disruptions.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ defmodule DotcomWeb.Components.PlannedDisruptions do
defp disruption(assigns) do
~H"""
<.unstyled_accordion
summary_class="flex gap-sm p-2 items-center hover:bg-slate-600 focus:bg-slate-600 hover:text-white focus:text-white cursor-pointer group/row"
chevron_class="ml-auto mr-2 w-3 h-3"
summary_class="flex gap-sm p-2 items-center hover:bg-brand-primary-lightest cursor-pointer group/row"
chevron_class="fill-gray-lighter ml-auto mr-2 w-3 h-3"
>
<:heading>
<.heading alert={@alert} />
Expand Down

0 comments on commit 481cc17

Please sign in to comment.