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

This commit is contained in:
2026-03-25 21:57:06 -06:00
parent d3016d6639
commit 94ccfa7b90
2 changed files with 25 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ defmodule CobblemonUiWeb.PokemonComponents do
:for={type <- @types}
class={[
"inline-block text-[9px] font-semibold uppercase tracking-wide px-1.5 py-0.5 rounded leading-none text-white/90",
CobblemonUi.TypeChart.type_color(type)
CobblemonUi.TypeChart.type_color_dark(type)
]}
>
{type}