From 8a0cf448345aa6c9d460e69bf9851eaf47acffd3 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Wed, 27 Dec 2023 16:27:21 +0100 Subject: [PATCH] Visually align new post button --- .../Sources/DesignSystem/Views/StatusEditorToolbarItem.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/DesignSystem/Sources/DesignSystem/Views/StatusEditorToolbarItem.swift b/Packages/DesignSystem/Sources/DesignSystem/Views/StatusEditorToolbarItem.swift index 193fc395..496d24ae 100644 --- a/Packages/DesignSystem/Sources/DesignSystem/Views/StatusEditorToolbarItem.swift +++ b/Packages/DesignSystem/Sources/DesignSystem/Views/StatusEditorToolbarItem.swift @@ -41,6 +41,7 @@ public struct StatusEditorToolbarItem: ToolbarContent { LocalizedStringKey("accessibility.tabs.timeline.new-post.inputLabel1"), LocalizedStringKey("accessibility.tabs.timeline.new-post.inputLabel2"), ]) + .offset(y: -2) } } }