From 91ba19d03895587dc7c46cf5a620f47b4f0db55e Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 10 Mar 2026 16:00:24 -0500 Subject: [PATCH] fix: update TierWarning to use dark-mode-compatible colors --- client/src/components/TierWarning.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/src/components/TierWarning.jsx b/client/src/components/TierWarning.jsx index 24e32ee..7721260 100755 --- a/client/src/components/TierWarning.jsx +++ b/client/src/components/TierWarning.jsx @@ -17,14 +17,15 @@ export default function TierWarning({ currentPoints, addingPoints }) { return (
- ⚠ Tier Escalation Warning
+ ⚠ Tier Escalation Warning
Adding {addingPoints} point{addingPoints !== 1 ? 's' : ''} will move this employee from {current.label} to {projected.label}. {tierUp && (