Skip to content

Commit 7af0821

Browse files
Update app/views/events/_followers_modal.html.erb
Co-authored-by: yodalightsabr <[email protected]>
1 parent f25be0d commit 7af0821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/events/_followers_modal.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<%= modal_header "Followers" %>
55
<ul class="grid gap-0 grid-cols-<%= event_follows.size == 1 ? "1" : "2" %> text-left w-full mt-2">
66
<% event_follows.each do |event_follow| %>
7-
<li class="overflow-visible flex flex-row justify-between items-center gap-2 last:!border-none py-1" style="border-bottom: 1px solid rgba(200, 200, 200, 0.5); ">
7+
<li class="overflow-visible flex flex-row justify-between items-center gap-2 last:!border-none py-1" style="border-bottom: 1px solid var(--muted); ">
88
<span class="w-full flex gap-2 items-center align-middle">
99
<%= user_mention event_follow.user %>
1010
<div class="flex-grow"></div>

0 commit comments

Comments
 (0)