summaryrefslogtreecommitdiff
path: root/app/views/look/_results.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/look/_results.html.erb')
-rw-r--r--app/views/look/_results.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/look/_results.html.erb b/app/views/look/_results.html.erb
index 36e8103..8b5466e 100644
--- a/app/views/look/_results.html.erb
+++ b/app/views/look/_results.html.erb
@@ -21,7 +21,7 @@
<% when "message" %>
<p><%= result[:body] %></p>
<% when "error" %>
- <p><%= result[:message] %></p>
+ <p class="text-red-500"><%= result[:message] %></p>
<% end %>
<% end %>
</div>