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:
parent
0176111f13
commit
9096fd016b
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue