🎨 style(ApiModal/index.tsx): update button styling to include hover effect on text color
This commit is contained in:
parent
838c18d6c9
commit
0e3c137315
1 changed files with 1 additions and 1 deletions
|
|
@ -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} />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue