app/views/themes/light/conversations/_card.html.erb in bullet_train-themes-light-1.0.16 vs app/views/themes/light/conversations/_card.html.erb in bullet_train-themes-light-1.0.17
- old
+ new
@@ -1,7 +1,7 @@
<% conversation ||= subscription.conversation %>
-<div class="<%= 'border-l-blue border-l-4 border-blue-700' if subscription.unread? %>">
+<div class="<%= 'border-l-primary-500 border-l-4 border-primary-600' if subscription.unread? %>">
<%= link_to [:account, current_user, :conversations, :subscriptions, conversation_id: subscription.conversation.id], class: "#{current_conversation ? 'bg-gray-100 border-l ' : 'bg-white'} h-28 p-1 flex border-b-2 cursor-pointer hover:no-underline hover:bg-gray-50 relative items-center" do %>
<div class="md:w-1/4 w-1/5 lg:inline-block md:hidden flex-shrink-0">
<img src="<%= membership_profile_photo_url(conversation.last_message&.membership || current_membership) %>" title="<%= current_membership.name %>" alt="<%= current_membership.name %>" class="md:w-14 md:h-14 w-12 h-12 rounded-full mx-auto border-1 border-white border-2 flex-none">
</div>
\ No newline at end of file