diff --git a/src/components/Button.tsx b/src/components/Button.tsx
index dc319eb5cb..fb068ac9de 100644
--- a/src/components/Button.tsx
+++ b/src/components/Button.tsx
@@ -291,8 +291,9 @@ export function Button({
} else {
baseStyles.push({height: 50, width: 50})
}
+ } else if (size === 'medium') {
} else if (size === 'small') {
- baseStyles.push({height: 40, width: 40})
+ baseStyles.push({height: 34, width: 34})
} else if (size === 'tiny') {
baseStyles.push({height: 20, width: 20})
}
diff --git a/src/screens/Messages/List/index.tsx b/src/screens/Messages/List/index.tsx
index 2ae17a1414..6a9c0f3ea2 100644
--- a/src/screens/Messages/List/index.tsx
+++ b/src/screens/Messages/List/index.tsx
@@ -225,20 +225,21 @@ function DesktopHeader({
a.justify_between,
a.gap_lg,
a.px_lg,
- a.py_sm,
+ a.pr_md,
+ a.py_md,
a.border_b,
t.atoms.border_contrast_low,
]}>
Messages
-
+
@@ -246,11 +247,10 @@ function DesktopHeader({