Skip to content

Commit

Permalink
more proper bg-color
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansalamon authored Feb 7, 2024
1 parent c3c2bfe commit 472e20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/haj_web/live/merch_live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ defmodule HajWeb.MerchLive.Index do
<img
src={Imgproxy.new(@item.image) |> Imgproxy.resize(800, 800) |> to_string()}
alt={@item.name}
class="absolute inset-0 h-full w-full object-cover brightness-50 bg-[rgba(255,255,255,0.5)] duration-300 ease-in-out group-hover:scale-105"
class="absolute inset-0 h-full w-full object-cover brightness-50 bg-white duration-300 ease-in-out group-hover:scale-105"
/>
<% else %>
<div class="bg-size-125 bg-pos-0 from-burgandy-400 to-burgandy-800 absolute inset-0 h-full w-full bg-gradient-to-br duration-300 ease-in-out group-hover:bg-pos-100" />
Expand Down

0 comments on commit 472e20f

Please sign in to comment.