feat: update button styling for artifacts tooltip

This commit is contained in:
Henry Li
2026-02-02 11:43:02 +08:00
parent 3067f8dd03
commit b7c9bf557b

View File

@@ -219,6 +219,7 @@ export default function ChatPage() {
{artifacts?.length > 0 && !artifactsOpen && ( {artifacts?.length > 0 && !artifactsOpen && (
<Tooltip content="Show artifacts of this conversation"> <Tooltip content="Show artifacts of this conversation">
<Button <Button
className="text-muted-foreground hover:text-foreground"
variant="ghost" variant="ghost"
onClick={() => { onClick={() => {
setArtifactsOpen(true); setArtifactsOpen(true);