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