[🐴 Tweak appeal button styles (#4128)

* Tweak styles

* Tweak copy
zio/stable
Eric Bailey 2024-05-20 16:41:03 -05:00 committed by GitHub
parent d3d2dc8ad4
commit e98bf6521b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 5 deletions

View File

@ -18,7 +18,8 @@ export function ChatDisabled() {
const t = useTheme() const t = useTheme()
return ( return (
<View style={[a.p_md]}> <View style={[a.p_md]}>
<View style={[a.p_xl, a.rounded_md, t.atoms.bg_contrast_25]}> <View
style={[a.align_start, a.p_xl, a.rounded_md, t.atoms.bg_contrast_25]}>
<Text <Text
style={[a.text_md, a.font_bold, a.pb_sm, t.atoms.text_contrast_high]}> style={[a.text_md, a.font_bold, a.pb_sm, t.atoms.text_contrast_high]}>
<Trans>Your chats have been disabled</Trans> <Trans>Your chats have been disabled</Trans>
@ -43,7 +44,7 @@ function AppealDialog() {
<> <>
<Button <Button
testID="appealDisabledChatBtn" testID="appealDisabledChatBtn"
variant="solid" variant="ghost"
color="secondary" color="secondary"
size="small" size="small"
onPress={control.open} onPress={control.open}
@ -100,9 +101,7 @@ function DialogInner() {
<Trans>Appeal this decision</Trans> <Trans>Appeal this decision</Trans>
</Text> </Text>
<Text style={[a.text_md, a.leading_snug]}> <Text style={[a.text_md, a.leading_snug]}>
<Trans> <Trans>This appeal will be sent to Bluesky's moderation service.</Trans>
This appeal will be sent to the Bluesky moderation service.
</Trans>
</Text> </Text>
<View style={[a.my_md]}> <View style={[a.my_md]}>
<Dialog.Input <Dialog.Input