feat: add tooltips, fix back button inverse color (#2023)

This commit is contained in:
Salman Mohammed
2025-04-03 14:35:13 -04:00
committed by GitHub
parent 02e29ed131
commit 51edc0c7af
2 changed files with 3 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ export const SessionHeaderCard: React.FC<SessionHeaderCardProps> = ({ onBack, ch
showText={false}
onClick={onBack}
iconSize="w-7 h-7"
className="text-textProminentInverse hover:text-textProminentInverse"
className="!text-textProminentInverse dark:!text-textStandardInverse"
/>
{children}
</Card>