devel #275

Merged
inhji merged 3 commits from devel into main 2023-08-24 09:08:08 +02:00
Showing only changes of commit e37378ac06 - Show all commits

View file

@ -109,7 +109,7 @@ defmodule ChiyaWeb.PublicComponents do
</h1>
<p
:if={@subtitle != []}
class={["mt-4 leading-7 font-semibold text-theme-base/75", @class_subtitle]}
class={["mt-4 leading-7 text-theme-base", @class_subtitle]}
>
<%= render_slot(@subtitle) %>
</p>