summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/characters/hearth/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/characters/hearth/index.html.erb b/app/views/characters/hearth/index.html.erb
index b8478f1..ee5b07d 100644
--- a/app/views/characters/hearth/index.html.erb
+++ b/app/views/characters/hearth/index.html.erb
@@ -8,7 +8,7 @@
<div class="grid grid-cols-1 lg:grid-cols-2 gap-4">
<% @all_amenities.each do |ha| %>
- <div class="border-2 border-gray-800 rounded p-4">
+ <div class="border-2 border-gray-600 rounded p-4">
<h2 class="text-lg font-bold"><%= ha.name %></h2>
<% built_amenity = current_char.hearth.built_hearth_amenities.find_by(hearth_amenity: ha) %>
<% if built_amenity %>