From 74590542bccd974dae6af87091c35732f7cf4c9b Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Wed, 24 Jan 2024 09:25:34 +0100 Subject: [PATCH] Custom emojis, botom sheet only --- .../Sources/StatusKit/Editor/Components/CustomEmojisView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) } } }