1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-10 16:05:22 +02:00

fix: replace hardcoded text-white with fg-inverse in changelog page

This commit is contained in:
Eran Avidor 2025-06-29 13:26:41 +03:00
parent 0176111f13
commit 9096fd016b

View file

@ -5,7 +5,7 @@
<div class="w-full md:w-1/3">
<div class="md:px-3 flex items-center gap-3">
<% if @release_notes[:avatar].present? %>
<div class="text-white shrink-0 w-9 h-9">
<div class="fg-inverse shrink-0 w-9 h-9">
<%= image_tag @release_notes[:avatar], class: "rounded-full w-full h-full object-cover" %>
</div>
<% else %>