Fix modal titles in dark mode

This commit is contained in:
Claudio Ortolina
2025-11-17 21:37:05 +00:00
parent 385cf1e374
commit 62be2956fc
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@ defmodule MusicLibraryWeb.ArtistLive.Form do
~H"""
<div class="w-82 md:w-2xl">
<header>
<h1 class="text-base font-medium leading-6 text-zinc-700">
<h1 class="text-base font-medium leading-6 text-zinc-700 dark:text-zinc-300">
{@artist.name}
</h1>
</header>