]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/messages/show.html.erb
Replace border-grey css class with border-secondary-subtle
[rails.git] / app / views / messages / show.html.erb
index 29bf02cd8d137ca4901bfc611e6d8665b8500010..8fe5084692072d1a9e57e5c1bfc93c5b27b14f3c 100644 (file)
@@ -2,7 +2,7 @@
   <h1><%= @message.title %></h1>
 <% end %>
 
-<div class='mb-3 border-bottom border-grey py-1 d-flex gap-1 flex-wrap'>
+<div class='mb-3 border-bottom border-secondary-subtle py-1 d-flex gap-1 flex-wrap'>
   <% if current_user == @message.recipient %>
     <%= user_thumbnail_tiny @message.sender %>
     <%= link_to @message.sender.display_name, @message.sender %>