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) } } }