diff --git a/Packages/StatusKit/Sources/StatusKit/Editor/Components/CustomEmojisView.swift b/Packages/StatusKit/Sources/StatusKit/Editor/Components/CustomEmojisView.swift index 51caa8ea..5c241c16 100644 --- a/Packages/StatusKit/Sources/StatusKit/Editor/Components/CustomEmojisView.swift +++ b/Packages/StatusKit/Sources/StatusKit/Editor/Components/CustomEmojisView.swift @@ -60,7 +60,7 @@ extension StatusEditor { } .presentationBackground(.thinMaterial) .presentationCornerRadius(16) - .presentationDetents([.medium, .large]) + .presentationDetents([.medium]) } } }