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

@@ -208,7 +208,7 @@ defmodule CobblemonUiWeb.DashboardLive do
:if={@error}
class="rounded-xl border border-error/30 bg-error/10 px-5 py-4 mb-6"
>
<div class="flex items-center gap-2 text-error/80">
<div class="flex items-center gap-2 text-error/70">
<.icon name="hero-exclamation-triangle" class="size-5" />
<span class="text-sm font-medium">{@error}</span>
</div>