mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-24 08:55:59 +00: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