mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-05 09:47:47 +08:00
Fix: Change the background color of the message notification button. (#13344)
### What problem does this PR solve? Fix: Change the background color of the message notification button. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -102,7 +102,12 @@ export const AssistantGroupButton = ({
|
||||
</>
|
||||
)}
|
||||
{prompt && (
|
||||
<Button onClick={showPromptModal}>
|
||||
<Button
|
||||
onClick={showPromptModal}
|
||||
variant="transparent"
|
||||
size="icon-xs"
|
||||
className="border-0"
|
||||
>
|
||||
<PromptIcon style={{ fontSize: '16px' }} />
|
||||
</Button>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user