app/views/lookbook/components/_preview.html.erb in lookbook-0.7.1 vs app/views/lookbook/components/_preview.html.erb in lookbook-0.7.2.beta.0
- old
+ new
@@ -20,10 +20,10 @@
<% end %>
</nav>
</div>
<div class="flex items-stretch h-full ml-auto space-x-3">
<div
- class="flex items-center text-xs font-monospace text-gray-700 space-x-1 opacity-50 hover:opacity-100 transition"
+ class="flex items-center text-xs font-mono text-gray-700 space-x-1 opacity-50 hover:opacity-100 transition"
:class="{'opacity-100': $store.inspector.preview.resizing}"
x-show="isActivePreviewPanel('preview')">
<span x-text="`${preview.width}px`"></span>
<span class="text-gray-500">x</span>
<span x-text="`${preview.height}px`"></span>
\ No newline at end of file