Fix chat button placeholder size on profile (#8827)

This commit is contained in:
Samuel Newman
2025-08-13 17:20:23 +03:00
committed by GitHub
parent 485f7ee95b
commit edd205483d
+2 -1
View File
@@ -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>