app/components/ariadne/layout/narrow/component.html.erb in ariadne_view_components-0.0.79.2 vs app/components/ariadne/layout/narrow/component.html.erb in ariadne_view_components-0.0.80.3
- old
+ new
@@ -1,5 +1,5 @@
-<main class="ariadne-bg-background dark:ariadne-bg-background-dark ariadne-text-content dark:ariadne-text-content-dark ariadne-grow ariadne-h-screen ariadne-py-6 ariadne-px-1">
+<main class="<%= html_attrs[:class] %>" <%= html_attributes %>>
<div class="ariadne-mt-10 sm:ariadne-mx-auto sm:ariadne-w-full sm:ariadne-max-w-[480px]">
<div class="ariadne-bg-foreground dark:ariadne-bg-foreground-dark ariadne-px-6 ariadne-py-12 ariadne-shadow sm:ariadne-rounded-lg sm:ariadne-px-12">
<%= content %>
</div>
<% if footer? %>