Skip to content

Commit 3906738

Browse files
committed
Fix crash on emoji picket on macOS
1 parent 091cfd6 commit 3906738

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Packages/StatusKit/Sources/StatusKit/Editor/Components/AccessoryView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ extension StatusEditor {
179179
.accessibilityLabel("accessibility.editor.button.custom-emojis")
180180
.sheet(isPresented: $isCustomEmojisSheetDisplay) {
181181
CustomEmojisView(viewModel: focusedSEVM)
182+
.environment(theme)
182183
}
183184
}
184185

0 commit comments

Comments
 (0)