Skip to content

Commit

Permalink
style: small style adjustments and changes on variables
Browse files Browse the repository at this point in the history
  • Loading branch information
aguzmant103 committed Oct 16, 2023
1 parent 0762955 commit 5cd34eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/dashboard/src/pages/group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,21 +305,23 @@ ${memberIds.join("\n")}
<InputGroup size="lg" mt="10px">
<Input
pr="50px"
placeholder="API key"
placeholder="Group ID"
value={groupId}
isDisabled
/>

<InputRightElement mr="5px">
<Tooltip
label={hasCopied2 ? "Copied!" : "Copy"}
label={
hasCopiedGroupId ? "Copied!" : "Copy"
}
closeOnClick={false}
hasArrow
>
<IconButton
variant="link"
aria-label="Copy Group id"
onClick={onCopy2}
onClick={onCopyGroupId}
onMouseDown={(e) => e.preventDefault()}
icon={
<Icon
Expand Down

0 comments on commit 5cd34eb

Please sign in to comment.