fix: project modal shortcut (#5353)
This commit is contained in:
parent
041f2b16c3
commit
4792c1cdf5
3 changed files with 29 additions and 54 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue