diff --git a/src/components/dialog/base-floating-dialog.js b/src/components/dialog/base-floating-dialog.js index 5edd5af7..47554172 100644 --- a/src/components/dialog/base-floating-dialog.js +++ b/src/components/dialog/base-floating-dialog.js @@ -55,7 +55,7 @@ export default function BaseFloatingDialog({ title, dialogObject, dataKey, dataL { title } + fontSize: 14, height: 45, p: 1.5 }} id="draggable-dialog"> { title } @@ -88,7 +88,7 @@ export default function BaseFloatingDialog({ title, dialogObject, dataKey, dataL */ function PaperComponent(props) { return ( - + );