Should be full opacity

This commit is contained in:
Jason Zimdars
2025-04-24 11:14:02 -05:00
parent 25dbd77acd
commit 00bcc2183e
+1 -1
View File
@@ -4,7 +4,7 @@
<h2 class="txt-medium events__day-header center">
<span class="events__day-header-content">
<% # TODO: Create proper format to match desired behavior: Today, tomorrow or date %>
<%= local_datetime_tag day_timeline.day, style: :daysago, class: "txt-ink translucent" %>
<%= local_datetime_tag day_timeline.day, style: :daysago, class: "txt-ink" %>
</span>
</h2>