Replace border-grey css class with border-secondary-subtle

No noticeable difference (#cccccc vs #cfcfcf) and no problems with dark mode.
This commit is contained in:
Anton Khorev 2024-04-06 17:11:38 +03:00
parent 7d7126736e
commit 0fb635e8bc
14 changed files with 22 additions and 28 deletions

View 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 %>