mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 06:12:14 +08:00
feat: update button styling for artifacts tooltip
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user