From 85e2eb3a74b323fd783a413403c7100caecadf5c Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Mon, 11 Nov 2024 16:21:32 +0800 Subject: [PATCH] hold off on introducing a new color until creating a rule for it (#2650) --- lib/lightning_web/live/dashboard_live/components.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lightning_web/live/dashboard_live/components.ex b/lib/lightning_web/live/dashboard_live/components.ex index 1aea94dd61..3381f22e02 100644 --- a/lib/lightning_web/live/dashboard_live/components.ex +++ b/lib/lightning_web/live/dashboard_live/components.ex @@ -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" >

<%= @resource.title %>