mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
feat: update button styling for artifacts tooltip
This commit is contained in:
parent
3067f8dd03
commit
b7c9bf557b
@ -219,6 +219,7 @@ export default function ChatPage() {
|
||||
{artifacts?.length > 0 && !artifactsOpen && (
|
||||
<Tooltip content="Show artifacts of this conversation">
|
||||
<Button
|
||||
className="text-muted-foreground hover:text-foreground"
|
||||
variant="ghost"
|
||||
onClick={() => {
|
||||
setArtifactsOpen(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user