Skip to content

Commit

Permalink
style "Create Tag" button on /tags page #396
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Nov 14, 2023
1 parent 822c6d9 commit 3e09111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/app_web/live/tags_live.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</div>
</main>

0 comments on commit 3e09111

Please sign in to comment.