tweak spacing in composer bar

This commit is contained in:
Samuel Newman
2025-09-03 16:42:22 +03:00
parent fd7b1292b8
commit 70173e4062
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1442,7 +1442,7 @@ function ComposerFooter({
<Button
label={_(msg`Add new post`)}
onPress={onAddPost}
style={[a.p_sm, a.m_2xs]}
style={[a.p_sm]}
variant="ghost"
shape="round"
color="primary">
@@ -56,7 +56,7 @@ export function SelectPostLanguagesBtn() {
}),
)}
accessibilityHint={_(msg`Opens post language settings`)}
style={[a.mx_md]}>
style={[a.mr_xs]}>
{({pressed, hovered, focused}) => {
const color =
pressed || hovered || focused