Fixed: Updated the text color style of the copy button. (#18062)

This commit is contained in:
chanx
2026-08-11 13:30:57 +08:00
committed by GitHub
parent bd876c796e
commit 11c9649a6c

View File

@@ -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