From 1910265aeaf3d927fbcada96a69a66e5a47cbf1b Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 15 Jun 2025 09:54:36 +0300 Subject: [PATCH] Improve styling of record edit form title and artists --- lib/music_library_web/components/form_component.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/music_library_web/components/form_component.ex b/lib/music_library_web/components/form_component.ex index 1e34badb..52eaf0a7 100644 --- a/lib/music_library_web/components/form_component.ex +++ b/lib/music_library_web/components/form_component.ex @@ -19,10 +19,10 @@ defmodule MusicLibraryWeb.FormComponent do ~H"""
-

+

{Record.artist_names(@record)}

-

+

{@record.title}