diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-06-18 22:05:21 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-06-18 22:06:01 +0200 |
| commit | cb91a73bfc845d74c3e4d1115bce5dfed10d456d (patch) | |
| tree | 62d218c4ec13f742b5de10ff442f46d152716658 /Sources/NorgUI/Views/Blocks/HeadingView.swift | |
| parent | 3c391974907820c6385e90025faeab0d9c60bd06 (diff) | |
Make spacings configurable1.1.0
Diffstat (limited to 'Sources/NorgUI/Views/Blocks/HeadingView.swift')
| -rw-r--r-- | Sources/NorgUI/Views/Blocks/HeadingView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources/NorgUI/Views/Blocks/HeadingView.swift b/Sources/NorgUI/Views/Blocks/HeadingView.swift index 3b65134..800bc46 100644 --- a/Sources/NorgUI/Views/Blocks/HeadingView.swift +++ b/Sources/NorgUI/Views/Blocks/HeadingView.swift @@ -21,6 +21,6 @@ struct HeadingView: View { .font(font) } } - .padding(.top, 4) + .padding(.top, theme.headingTopPadding) } } |