Skip to content

Commit

Permalink
feat: update theme for title spacing - might be updated in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
harryle95 committed May 12, 2024
1 parent 972c107 commit 3403092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/factory/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3403092

Please sign in to comment.