fix: Add border to merchant logo (#776)

This commit is contained in:
Alessio Cappa
2026-01-25 18:30:12 +01:00
committed by GitHub
parent 0a44fc7eac
commit 2bb98b837a

View File

@@ -22,7 +22,7 @@
<div class="hidden lg:flex">
<% if transaction.merchant&.logo_url.present? %>
<%= image_tag Setting.transform_brand_fetch_url(transaction.merchant.logo_url),
class: "w-9 h-9 rounded-full",
class: "w-9 h-9 rounded-full border border-secondary",
loading: "lazy" %>
<% else %>
<div class="hidden lg:flex">