diff --git a/src/components/window/index.tsx b/src/components/window/index.tsx
index 0478774..2e060fd 100644
--- a/src/components/window/index.tsx
+++ b/src/components/window/index.tsx
@@ -21,6 +21,6 @@ export const Window = ({
)}
- {children}
+
{children}
);
diff --git a/src/styles/components.css b/src/styles/components.css
index 13c749f..dc6b30f 100644
--- a/src/styles/components.css
+++ b/src/styles/components.css
@@ -1227,6 +1227,9 @@ textarea.modern-sk-field {
background: var(--steel-800);
box-shadow: var(--shadow-window);
}
+.modern-sk-window-body {
+ padding: 16px;
+}
.modern-sk-titlebar {
height: 42px;
display: flex;