diff --git a/packages/nicolium/src/components/modal-root.tsx b/packages/nicolium/src/components/modal-root.tsx index 95448c96e..68fe8cc19 100644 --- a/packages/nicolium/src/components/modal-root.tsx +++ b/packages/nicolium/src/components/modal-root.tsx @@ -255,7 +255,12 @@ const ModalRoot: React.FC = ({ children, onCancel, onClose, type, mo onClick={handleOnClose} /> -
+
{children}
diff --git a/packages/nicolium/src/styles/new/components.scss b/packages/nicolium/src/styles/new/components.scss index 685d37e89..a18f23961 100644 --- a/packages/nicolium/src/styles/new/components.scss +++ b/packages/nicolium/src/styles/new/components.scss @@ -358,7 +358,8 @@ div[data-viewport-type='window']:has(.⁂-empty-message) { @apply flex w-full items-center gap-2; } - h3 { + h3, + h2 { @apply grow text-lg font-bold leading-6 text-gray-900 dark:text-white; }