diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a2979c..9273ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: tags: ['v*'] pull_request: +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: build-and-test: runs-on: macos-15 diff --git a/Sources/HeardCore/Views.swift b/Sources/HeardCore/Views.swift index dd19f3d..66b336b 100644 --- a/Sources/HeardCore/Views.swift +++ b/Sources/HeardCore/Views.swift @@ -1566,10 +1566,11 @@ public struct SettingsView: View { Spacer().frame(height: 40) } .frame(minWidth: 500, minHeight: 500) - .background(HeardTheme.Paper.bg) + .background(HeardTheme.Paper.bg) + } + .frame(maxWidth: .infinity, maxHeight: .infinity) + .background(HeardTheme.Paper.bg) } - .frame(maxWidth: .infinity, maxHeight: .infinity) - .background(HeardTheme.Paper.bg) } // MARK: Pane helpers