diff --git a/src/components/InputDialog.tsx b/src/components/InputDialog.tsx index 8dfab3e3b..ea233cfad 100644 --- a/src/components/InputDialog.tsx +++ b/src/components/InputDialog.tsx @@ -46,12 +46,13 @@ const InputDialog = ({ open, title, label, onClose, confirmButtonText, onConfirm label={label} value={text} onChange={onTextChange} + variant='standard' />