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:
@@ -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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user