From 244e7734a56fdef6708235493363b3ee156564a1 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 16 Mar 2026 14:34:35 +0000 Subject: [PATCH] Unify genre tag styling in record edit form Use Fluxon .badge component instead of custom spans to match the read view styling. Closes #115 --- .../components/record_form.ex | 24 +++++++------------ 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/lib/music_library_web/components/record_form.ex b/lib/music_library_web/components/record_form.ex index 41dbe751..ce137869 100644 --- a/lib/music_library_web/components/record_form.ex +++ b/lib/music_library_web/components/record_form.ex @@ -72,25 +72,17 @@ defmodule MusicLibraryWeb.Components.RecordForm do value={genre} />
- {genre} - - + <.icon name="hero-x-mark" class="h-3.5 w-3.5" /> +
<.input