Skip to content

Commit 0377ee3

Browse files
committed
Try to show that the icon is transparent
1 parent a4d2867 commit 0377ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components_guide_web/controllers/research_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ defmodule ComponentsGuideWeb.ResearchView do
450450
<.card source="Simple Icons" source_url="https://simpleicons.org">
451451
<:title><%= "#{@name |> String.capitalize()} icon" %></:title>
452452
<div class="flex flex-row items-center space-x-8">
453-
<img src={@url} width={80} height={80} class="bg-white max-h-max p-2">
453+
<img src={@url} width={80} height={80} class="bg-fixed bg-repeat bg-center bg-gradient-to-br from-white via-sky-200 hover:via-white to-white max-h-max p-1" style="background-size: 17px 17px">
454454
<.description_list>
455455
<:item title="URL" data={for(url <- @urls, do: link(url, to: url))} />
456456
<:item title="Size">

0 commit comments

Comments
 (0)