diff --git a/apps/web/src/components/ac-shield.tsx b/apps/web/src/components/ac-shield.tsx index 4d8a8d4..2b81b24 100644 --- a/apps/web/src/components/ac-shield.tsx +++ b/apps/web/src/components/ac-shield.tsx @@ -24,12 +24,12 @@ export function AcShield({ value, onClick, className }: AcShieldProps) { strokeWidth={1.5} strokeLinecap="round" strokeLinejoin="round" - className="absolute inset-0 h-full w-full" + className="absolute inset-0 h-full w-full opacity-40" aria-hidden="true" > - + {value == null ? "\u2014" : String(value)} diff --git a/apps/web/src/components/combatant-row.tsx b/apps/web/src/components/combatant-row.tsx index c9537f0..8380868 100644 --- a/apps/web/src/components/combatant-row.tsx +++ b/apps/web/src/components/combatant-row.tsx @@ -520,7 +520,7 @@ export function CombatantRow({ isPulsing && "animate-concentration-pulse", )} > - + {/* Concentration */} + {/* AC */} + + setAc(id, v)} /> + + {/* Name + Conditions */} - {/* AC */} - - setAc(id, v)} /> - - {/* HP */}