Merge pull request #856 from basecamp/dark-mode-events-fix

Summary should be the same as color as the canvas
This commit is contained in:
Jason Zimdars
2025-08-05 22:04:21 -05:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -18,9 +18,10 @@
}
.events__activity-summary {
border: solid var(--color-ink-lighter);
border-width: 1px 1px 0 1px;
color: var(--color-ink-darker);
inline-size: auto;
margin-block-end: calc(var(--block-space) * -1);
margin-inline: auto;
padding: 1.1lh 1lh 1lh;
position: relative;
@@ -1,4 +1,4 @@
<div class="events__activity-summary txt-small fill-white border">
<div class="events__activity-summary txt-small">
<% if day_timeline.summarized? %>
<%= render "events/day_timeline/activity_summary", summary: day_timeline.summary %>