Skip to content

Commit

Permalink
Tighten error message spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
leifmetcalf committed Nov 6, 2024
1 parent e427175 commit efa7624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/munch_web/components/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ defmodule MunchWeb.CoreComponents do

def error(assigns) do
~H"""
<p class="mt-3 flex gap-3 text-sm leading-6 text-rose-600">
<p class="mt-1.5 flex gap-1.5 text-sm leading-6 text-rose-600">
<.icon name="hero-exclamation-circle-mini" class="mt-0.5 h-5 w-5 flex-none" />
<%= render_slot(@inner_block) %>
</p>
Expand Down

0 comments on commit efa7624

Please sign in to comment.