Skip to content

Commit

Permalink
Use medium variant for the create directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Jan 24, 2024
1 parent 1f4bf83 commit b472111
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 @@ -235,6 +235,7 @@ export const CreateDirectoryModal = ({ selected, currentPath }) => {
title={_("Create directory")}
isOpen
onClose={Dialogs.close}
variant={ModalVariant.medium}
footer={errorMessage === undefined &&
<>
<Button variant="primary" onClick={createDirectory}>{_("Create")}</Button>
Expand Down

0 comments on commit b472111

Please sign in to comment.