mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 00:18:28 +08:00
fix: update mention button icon color for better visibility in light mode
This commit is contained in:
parent
45d5d9e44f
commit
6af1fea232
@ -503,7 +503,7 @@ export const MentionInput: FC<MentionInputProps> = memo(({
|
|||||||
className="z-20 flex h-8 w-8 cursor-pointer items-center justify-center rounded-lg hover:bg-state-base-hover"
|
className="z-20 flex h-8 w-8 cursor-pointer items-center justify-center rounded-lg hover:bg-state-base-hover"
|
||||||
onClick={handleMentionButtonClick}
|
onClick={handleMentionButtonClick}
|
||||||
>
|
>
|
||||||
<RiAtLine className="h-4 w-4 text-components-button-primary-text" />
|
<RiAtLine className="h-4 w-4 text-text-tertiary" />
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
className='z-20 ml-2 w-8 px-0'
|
className='z-20 ml-2 w-8 px-0'
|
||||||
@ -525,7 +525,7 @@ export const MentionInput: FC<MentionInputProps> = memo(({
|
|||||||
className="z-20 flex h-8 w-8 cursor-pointer items-center justify-center rounded-lg hover:bg-state-base-hover"
|
className="z-20 flex h-8 w-8 cursor-pointer items-center justify-center rounded-lg hover:bg-state-base-hover"
|
||||||
onClick={handleMentionButtonClick}
|
onClick={handleMentionButtonClick}
|
||||||
>
|
>
|
||||||
<RiAtLine className="h-4 w-4 text-components-button-primary-text" />
|
<RiAtLine className="h-4 w-4 text-text-tertiary" />
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
ref={setActionRightRef}
|
ref={setActionRightRef}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user