mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-20 05:39:06 +08:00
feat: make the close button as outline
This commit is contained in:
parent
d68d3ee67a
commit
ec52f49156
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user