frontender 4

This commit is contained in:
julian
2024-07-04 13:45:42 -03:00
parent efd656a208
commit ad3c3f8e33
4 changed files with 18 additions and 14 deletions

View File

@ -429,10 +429,10 @@ defmodule DerivantesWeb.CoreComponents do
~H"""
<header class={[@actions != [] && "flex items-center justify-between gap-6", @class]}>
<div>
<h1 class="text-lg font-semibold leading-8 text-zinc-800">
<h1 class="text-3xl font-semibold leading-8 text-zinc-800 mt-4">
<%= render_slot(@inner_block) %>
</h1>
<p :if={@subtitle != []} class="mt-2 text-sm leading-6 text-zinc-600">
<p :if={@subtitle != []} class="mt-6 text-md leading-6 text-zinc-600">
<%= render_slot(@subtitle) %>
</p>
</div>