mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-26 18:43:41 +00:00
feat: update button styling for artifacts tooltip
This commit is contained in:
parent
154fbb0ba3
commit
44daeaf37d
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user