From 8fc0c8d8233449cf9b8442c9c9e9b54f80828a23 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 25 Mar 2026 21:52:00 -0600 Subject: [PATCH] updates --- assets/css/app.css | 4 ++-- lib/cobblemon_ui_web/components/core_components.ex | 2 +- lib/cobblemon_ui_web/live/battle_components.ex | 2 +- lib/cobblemon_ui_web/live/dashboard_live.ex | 2 +- lib/cobblemon_ui_web/live/pokemon_components.ex | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index ccae849..7363df5 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -45,7 +45,7 @@ --color-success-content: oklch(98% 0.014 180.72); --color-warning: oklch(66% 0.179 58.318); --color-warning-content: oklch(98% 0.022 95.277); - --color-error: oklch(58% 0.253 17.585); + --color-error: oklch(65% 0.253 17.585); --color-error-content: oklch(96% 0.015 12.422); --radius-selector: 0.25rem; --radius-field: 0.25rem; @@ -80,7 +80,7 @@ --color-success-content: oklch(98% 0.014 180.72); --color-warning: oklch(66% 0.179 58.318); --color-warning-content: oklch(98% 0.022 95.277); - --color-error: oklch(58% 0.253 17.585); + --color-error: oklch(65% 0.253 17.585); --color-error-content: oklch(96% 0.015 12.422); --radius-selector: 0.25rem; --radius-field: 0.25rem; diff --git a/lib/cobblemon_ui_web/components/core_components.ex b/lib/cobblemon_ui_web/components/core_components.ex index 875f41e..a72a31b 100644 --- a/lib/cobblemon_ui_web/components/core_components.ex +++ b/lib/cobblemon_ui_web/components/core_components.ex @@ -298,7 +298,7 @@ defmodule CobblemonUiWeb.CoreComponents do # Helper used by inputs to generate form errors defp error(assigns) do ~H""" -

+

<.icon name="hero-exclamation-circle" class="size-5" /> {render_slot(@inner_block)}

diff --git a/lib/cobblemon_ui_web/live/battle_components.ex b/lib/cobblemon_ui_web/live/battle_components.ex index 8c28a35..0370c60 100644 --- a/lib/cobblemon_ui_web/live/battle_components.ex +++ b/lib/cobblemon_ui_web/live/battle_components.ex @@ -13,7 +13,7 @@ defmodule CobblemonUiWeb.BattleComponents do
- Active Battle + Active Battle