From 3e091112e9cb49bde6b46f84f6754d6aa028b5c3 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Tue, 14 Nov 2023 22:07:46 +0000 Subject: [PATCH] style "Create Tag" button on /tags page #396 --- lib/app_web/live/tags_live.html.heex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/app_web/live/tags_live.html.heex b/lib/app_web/live/tags_live.html.heex index 35403d11..b73d85bd 100644 --- a/lib/app_web/live/tags_live.html.heex +++ b/lib/app_web/live/tags_live.html.heex @@ -85,7 +85,8 @@ link_type="a" to={Routes.tag_path(@socket, :new)} label="Create Tag" - class="my-2" + class="text-2xl text-center float-left rounded-md bg-green-600 hover:bg-green-700 + my-2 mt-2 ml-2 px-4 py-2 font-semibold text-white shadow-sm" />