From 713fef2c816e80ef7871c0b4cf3ecf05460a2590 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 15 Feb 2026 20:06:09 +0000 Subject: [PATCH] Use grids for record set items, and fix some button issues --- .../live/record_set_live/index.html.heex | 8 ++++---- lib/music_library_web/live/record_set_live/show.html.heex | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/music_library_web/live/record_set_live/index.html.heex b/lib/music_library_web/live/record_set_live/index.html.heex index 20299321..aa3c6e91 100644 --- a/lib/music_library_web/live/record_set_live/index.html.heex +++ b/lib/music_library_web/live/record_set_live/index.html.heex @@ -74,7 +74,7 @@
<.dropdown id={"set-actions-#{record_set.id}"} placement="bottom-end"> <:toggle> - <.button variant="ghost"> + <.button variant="soft"> {gettext("Actions")} <.icon name="hero-ellipsis-vertical" @@ -108,7 +108,7 @@
<.dropdown id="set-actions" placement="bottom-end"> <:toggle> - <.button variant="ghost"> + <.button variant="soft"> {gettext("Actions")} <.icon name="hero-ellipsis-vertical" @@ -51,7 +51,7 @@