app/views/spree/admin/reports/index.html.erb in spree_backend-4.4.1 vs app/views/spree/admin/reports/index.html.erb in spree_backend-4.5.0
- old
+ new
@@ -1,10 +1,10 @@
<% content_for :page_title do %>
<%= Spree.t(:reports) %> <%= Spree.t('admin.reports.for', store_name: current_store.unique_name) %>
<% end %>
-<div class="table-responsive">
+<div class="table-responsive border rounded bg-white">
<table class="table">
- <thead>
+ <thead class="text-muted">
<tr data-hook="reports_header">
<th><%= Spree.t(:name) %></th>
<th><%= Spree.t(:description) %></th>
</tr>
</thead>