Skip to content

Commit

Permalink
chore: cancel button in revoke dialog (#1096)
Browse files Browse the repository at this point in the history
Co-authored-by: Teja2045 <[email protected]>
Co-authored-by: chary <[email protected]>
  • Loading branch information
3 people authored Jan 12, 2024
1 parent 303e248 commit 8fffa1a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions frontend/src/app/(routes)/authz/components/DialogRevoke.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,12 @@ const DialogRevoke: React.FC<DialogRevokeProps> = (props) => {
'Revoke'
)}
</button>
<p className="text-white text-base not-italic font-medium leading-5 tracking-[0.64px] underline cursor-pointer">
Cancel
</p>
<button
onClick={onClose}
className="font-medium tracking-[0.64px] underline underline-offset-[3px]"
>
Cancel
</button>
</div>
</div>
</div>
Expand Down

1 comment on commit 8fffa1a

@vercel
Copy link

@vercel vercel bot commented on 8fffa1a Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.