Skip to content

Commit

Permalink
Use medium variant for the symlink dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Jan 24, 2024
1 parent 544a4fb commit 1f4bf83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fileActions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ export const CreateLinkModal = ({ currentPath, selected }) => {
return (
<Modal
position="top"
variant={ModalVariant.medium}
title={_("New link")}
isOpen
onClose={Dialogs.close}
Expand Down

0 comments on commit 1f4bf83

Please sign in to comment.