lib/chiya_web/components/public_components.ex aktualisiert

This commit is contained in:
inhji 2023-08-23 16:15:36 +02:00
parent 1d1a47888b
commit c4a88d2e34

View file

@ -103,8 +103,8 @@ defmodule ChiyaWeb.PublicComponents do
def header(assigns) do
~H"""
<header class={["p-8 rounded bg-theme-background1", @class]}>
<h1 class={["text-3xl leading-10 text-theme-base", @class_title]}>
<header class={[@class]}>
<h1 class={["text-3xl leading-10 text-theme-base1", @class_title]}>
<%= render_slot(@inner_block) %>
</h1>
<p