diff options
Diffstat (limited to 'src/components/dms')
-rw-r--r-- | src/components/dms/MessageProfileButton.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/dms/MessageProfileButton.tsx b/src/components/dms/MessageProfileButton.tsx index 07b3a0c04..fbbb5c9bf 100644 --- a/src/components/dms/MessageProfileButton.tsx +++ b/src/components/dms/MessageProfileButton.tsx @@ -73,7 +73,8 @@ export function MessageProfileButton({ a.align_center, t.atoms.bg_contrast_25, a.rounded_full, - {width: 34, height: 34}, + // Matches size of button below to avoid layout shift + {width: 33, height: 33}, ]}> <Message style={[t.atoms.text, {opacity: 0.3}]} size="md" /> </View> |