Bluesky app fork with some witchin' additions ๐Ÿ’ซ
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[๐Ÿด Tweak appeal button styles (#4128)

* Tweak styles

* Tweak copy

authored by

Eric Bailey and committed by
GitHub
e98bf652 d3d2dc8a

+4 -5
+4 -5
src/screens/Messages/Conversation/ChatDisabled.tsx
··· 18 18 const t = useTheme() 19 19 return ( 20 20 <View style={[a.p_md]}> 21 - <View style={[a.p_xl, a.rounded_md, t.atoms.bg_contrast_25]}> 21 + <View 22 + style={[a.align_start, a.p_xl, a.rounded_md, t.atoms.bg_contrast_25]}> 22 23 <Text 23 24 style={[a.text_md, a.font_bold, a.pb_sm, t.atoms.text_contrast_high]}> 24 25 <Trans>Your chats have been disabled</Trans> ··· 43 44 <> 44 45 <Button 45 46 testID="appealDisabledChatBtn" 46 - variant="solid" 47 + variant="ghost" 47 48 color="secondary" 48 49 size="small" 49 50 onPress={control.open} ··· 100 101 <Trans>Appeal this decision</Trans> 101 102 </Text> 102 103 <Text style={[a.text_md, a.leading_snug]}> 103 - <Trans> 104 - This appeal will be sent to the Bluesky moderation service. 105 - </Trans> 104 + <Trans>This appeal will be sent to Bluesky's moderation service.</Trans> 106 105 </Text> 107 106 <View style={[a.my_md]}> 108 107 <Dialog.Input