mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-13 04:13:35 +08:00
Fixed: Updated the text color style of the copy button. (#18062)
This commit is contained in:
@@ -158,7 +158,7 @@ const EmbedAppModal = (props: IEmbedAppModalProps) => {
|
||||
navigator.clipboard.writeText(token);
|
||||
message.success(t('copySuccess'));
|
||||
}}
|
||||
className="ml-2 p-2 hover:text-white transition-colors"
|
||||
className="ml-2 p-2 hover:text-text-primary transition-colors"
|
||||
title="Copy ID"
|
||||
>
|
||||
<svg
|
||||
|
||||
Reference in New Issue
Block a user