Update appearance of blocked chat footer (#10597)

This commit is contained in:
DS Boyce
2026-05-22 13:56:51 -07:00
committed by GitHub
parent 66d37f55b4
commit 0d14513939
2 changed files with 62 additions and 68 deletions
@@ -67,10 +67,10 @@ function AppealDialog() {
<Button
testID="appealDisabledChatBtn"
color="secondary_inverted"
size="small"
size="large"
onPress={control.open}
label={l`Appeal this decision`}
style={a.mt_lg}>
style={[a.mt_lg, a.w_full]}>
<ButtonText>
<Trans>Appeal this decision</Trans>
</ButtonText>