From e80d1bf35e53b630cdd96984d307467586bab4e6 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Tue, 9 Dec 2025 01:12:06 +0100 Subject: [PATCH] Update TalentCell: Add text shadow for improved rank visibility --- talent-builder/src/components/TalentCell.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/talent-builder/src/components/TalentCell.tsx b/talent-builder/src/components/TalentCell.tsx index f48ece4..90cbee2 100644 --- a/talent-builder/src/components/TalentCell.tsx +++ b/talent-builder/src/components/TalentCell.tsx @@ -88,6 +88,7 @@ export function TalentCell({ talent, iconBaseUrl }: Props) { borderRadius: 4, border: "0px solid #000", color: isMaxed ? "#00ff00" : "#ffffff", + textShadow: "-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000", }} > {rank}