🎨 style(ApiModal/index.tsx): update button styling to include hover effect on text color

This commit is contained in:
Cristhian Zanforlin Lousa 2023-06-30 15:38:06 -03:00
commit 0e3c137315

View file

@ -107,7 +107,7 @@ export default function ApiModal({ flow }: { flow: FlowType }) {
</TabsList>
<div className="float-right">
<button
className="flex gap-1.5 items-center rounded bg-none p-1 text-xs text-ring "
className="flex gap-1.5 items-center rounded bg-none p-1 text-xs text-ring hover:text-foreground"
onClick={copyToClipboard}
>
{isCopied ? <Check size={18} /> : <Clipboard size={15} />}