fix: project modal shortcut (#5353)

This commit is contained in:
Aaryan Khandelwal 2024-08-12 19:17:10 +05:30 committed by GitHub
parent 041f2b16c3
commit 4792c1cdf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 29 additions and 54 deletions

View file

@ -12,7 +12,7 @@ const ProjectCreateButtons: React.FC<Props> = (props) => {
} = useFormContext<IProject>();
return (
<div className="flex justify-end gap-2 pt-4 border-t border-custom-border-100">
<div className="flex justify-end gap-2 py-4 border-t border-custom-border-100">
<Button variant="neutral-primary" size="sm" onClick={handleClose} tabIndex={6}>
Cancel
</Button>