fix: tooltip {proiect} hint visibility — use amber-300 on dark tooltip bg

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
AI Assistant
2026-03-10 23:00:10 +02:00
parent f50ad5e020
commit 4467e70973
@@ -913,7 +913,7 @@ export function RegistryEntryForm({
<li>Contract nr. 15/2026 Proiect X</li> <li>Contract nr. 15/2026 Proiect X</li>
</ul> </ul>
<p className="text-muted-foreground">Selecteaza un sablon sau tasteaza liber.</p> <p className="text-muted-foreground">Selecteaza un sablon sau tasteaza liber.</p>
<p className="text-muted-foreground mt-1">Tip: scrie <span className="font-mono text-foreground">{"{proiect}"}</span> pentru dropdown de proiecte.</p> <p className="text-muted-foreground mt-1">Tip: scrie <code className="font-mono text-amber-300 bg-white/10 px-1 rounded">{"{proiect}"}</code> pentru dropdown de proiecte.</p>
</div> </div>
) : ( ) : (
<div className="text-xs space-y-1"> <div className="text-xs space-y-1">
@@ -925,7 +925,7 @@ export function RegistryEntryForm({
<li>Notificare incepere lucrari Proiect X</li> <li>Notificare incepere lucrari Proiect X</li>
</ul> </ul>
<p className="text-muted-foreground">Selecteaza un sablon sau tasteaza liber.</p> <p className="text-muted-foreground">Selecteaza un sablon sau tasteaza liber.</p>
<p className="text-muted-foreground mt-1">Tip: scrie <span className="font-mono text-foreground">{"{proiect}"}</span> pentru dropdown de proiecte.</p> <p className="text-muted-foreground mt-1">Tip: scrie <code className="font-mono text-amber-300 bg-white/10 px-1 rounded">{"{proiect}"}</code> pentru dropdown de proiecte.</p>
</div> </div>
)} )}
</TooltipContent> </TooltipContent>