Skip to content

Commit

Permalink
hold off on introducing a new color until creating a rule for it (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 authored Nov 11, 2024
1 parent 2f3ba75 commit 85e2eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lightning_web/live/dashboard_live/components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule LightningWeb.DashboardLive.Components do
phx-click="select-arcade-resource"
phx-target={@target}
phx-value-resource={@resource.id}
class="relative flex items-end h-[150px] bg-gradient-to-r from-blue-400 to-purple-500 text-white rounded-lg shadow-sm hover:shadow-md transition-shadow duration-300 p-4 text-left"
class="relative flex items-end h-[150px] bg-gradient-to-r from-primary-800 to-primary-500 text-white rounded-lg shadow-sm hover:shadow-md transition-shadow duration-300 p-4 text-left"
>
<h2 class="text-lg font-semibold absolute bottom-4 left-4">
<%= @resource.title %>
Expand Down

0 comments on commit 85e2eb3

Please sign in to comment.