app/views/lookbook/errors/default.html.erb in lookbook-2.0.0.beta.7 vs app/views/lookbook/errors/default.html.erb in lookbook-2.0.0.beta.8
- old
+ new
@@ -3,10 +3,10 @@
<header class="px-8 py-6">
<h2 class="text-xl font-bold text-red-700"><%= @error.type %></h2>
</header>
<div class="px-8 py-6 mb-8 border-t border-b border-red-200 bg-red-100 text-base leading-relaxed">
- <pre class="whitespace-pre-wrap font-sans leading-tight text-red-900"><%= @error.message %></pre>
+ <pre class="whitespace-pre-wrap font-ui leading-tight text-red-900"><%= @error.message %></pre>
</div>
<% if @error.file_path %>
<div class="text-sm mx-8 mb-3 font-mono">
<span><%= @error.relative_file_path %></span>
\ No newline at end of file