updates
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 33s

This commit is contained in:
2026-03-25 21:52:00 -06:00
parent 22b0060e98
commit 8fc0c8d823
5 changed files with 7 additions and 7 deletions

View File

@@ -298,7 +298,7 @@ defmodule CobblemonUiWeb.CoreComponents do
# Helper used by inputs to generate form errors
defp error(assigns) do
~H"""
<p class="mt-1.5 flex gap-2 items-center text-sm text-error">
<p class="mt-1.5 flex gap-2 items-center text-sm text-error/70">
<.icon name="hero-exclamation-circle" class="size-5" />
{render_slot(@inner_block)}
</p>