chore: small ui improvements

This commit is contained in:
Nicolas Meienberger
2025-10-02 19:59:04 +02:00
parent 86adda848e
commit 689e92ffc1
4 changed files with 7 additions and 6 deletions

View File

@@ -50,9 +50,9 @@ export const CreateVolumeDialog = ({ open, setOpen }: Props) => {
<ScrollArea className="h-[500px]">
<DialogHeader>
<DialogTitle>Create volume</DialogTitle>
<DialogDescription>Enter a name for the new volume</DialogDescription>
</DialogHeader>
<CreateVolumeForm
className="mt-4"
mode="create"
formId={formId}
onSubmit={(values) => {