This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user