diff --git a/src/components/factory/theme.ts b/src/components/factory/theme.ts index be53364..7851726 100644 --- a/src/components/factory/theme.ts +++ b/src/components/factory/theme.ts @@ -4,7 +4,7 @@ const pageTheme: PresetTheme = { PageRoot: { twFlex: "flex", twFlexDirection: "flex-col", - twGap: "gap-y-4", + twGap: "gap-y-6", }, PageTitle: { twFontSize: "text-2xl",