mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 12:24:46 +08:00
feat: make the close button as outline
This commit is contained in:
@@ -263,7 +263,10 @@ function MessageListItem({
|
|||||||
<RollingText className="text-muted-foreground flex-grow text-sm">
|
<RollingText className="text-muted-foreground flex-grow text-sm">
|
||||||
{state}
|
{state}
|
||||||
</RollingText>
|
</RollingText>
|
||||||
<Button onClick={handleOpen}>
|
<Button
|
||||||
|
variant={!openResearchId ? "default" : "outline"}
|
||||||
|
onClick={handleOpen}
|
||||||
|
>
|
||||||
{!openResearchId ? "Open" : "Close"}
|
{!openResearchId ? "Open" : "Close"}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user