fix: copy icon for dark mode (#9459)

* fixed copy icon for dark mode

* fix: height

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>

---------

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
pull/9467/head^2
Balveer Singh Rao 2023-06-12 22:18:37 +05:30 committed by GitHub
parent 443ccdd6c0
commit 75e638ec4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ export default function ApiKeyDialogForm({
showToast(t("api_key_copied"), "success");
}}
type="button"
className="rounded-l-none py-[19px] text-base ">
<Clipboard className="h-5 w-5 text-gray-100 ltr:mr-2 rtl:ml-2" />
className="rounded-l-none text-base"
StartIcon={Clipboard}>
{t("copy")}
</Button>
</Tooltip>