UX: update to variable text color for variable background (#26676)
This commit is contained in:
parent
b88273e046
commit
60d3a79d40
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue