mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-23 09:04:26 +01:00
feat: add tooltips, fix back button inverse color (#2023)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user