]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/show.html.erb
Replace bg-light with bg-body-tertiary
[rails.git] / app / views / issues / show.html.erb
index 8b5f7f42d222d8f6903e199cbce64b2ddeeb7ddb..ad463c259320daa443ac57d4836a2faf30d4059a 100644 (file)
@@ -45,7 +45,7 @@
     <h3><%= t ".reports_of_this_issue" %></h3>
 
     <% if @read_reports.present? %>
-    <div class="bg-light text-muted">
+    <div class="bg-body-tertiary text-muted">
       <h4><%= t ".read_reports" %></h4>
       <%= render "reports", :reports => @read_reports %>
     </div>