UX: update to variable text color for variable background (#26676)

This commit is contained in:
Kris 2024-04-18 14:12:16 -04:00 committed by GitHub
parent b88273e046
commit 60d3a79d40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</td>
</tr>
<tr>
<td align="center" style="font-weight:bold;font-size:22px;color:#0a0a0a">
<td align="center" style="font-weight:bold;font-size:22px;color:#<%= @header_color -%>">
<%= I18n.t("user_notifications.chat_summary.description", count: @messages.size) %>
</td>
</tr>