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

This commit is contained in:
2026-03-25 21:49:58 -06:00
parent 33c0fb246a
commit 22b0060e98
3 changed files with 4 additions and 4 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">
<div class="flex items-center gap-2 text-error/80">
<.icon name="hero-exclamation-triangle" class="size-5" />
<span class="text-sm font-medium">{@error}</span>
</div>