Bluesky app fork with some witchin' additions 💫

Fix chat button placeholder size on profile (#8827)

authored by samuel.fm and committed by

GitHub edd20548 485f7ee9

+2 -1
+2 -1
src/components/dms/MessageProfileButton.tsx
··· 73 a.align_center, 74 t.atoms.bg_contrast_25, 75 a.rounded_full, 76 - {width: 34, height: 34}, 77 ]}> 78 <Message style={[t.atoms.text, {opacity: 0.3}]} size="md" /> 79 </View>
··· 73 a.align_center, 74 t.atoms.bg_contrast_25, 75 a.rounded_full, 76 + // Matches size of button below to avoid layout shift 77 + {width: 33, height: 33}, 78 ]}> 79 <Message style={[t.atoms.text, {opacity: 0.3}]} size="md" /> 80 </View>