Update src/view/com/modals/LinkWarning.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>zio/stable
parent
3f1a85198a
commit
83cb04b691
|
@ -85,7 +85,7 @@ export function Component({text, href}: {text: string; href: string}) {
|
||||||
closeModal()
|
closeModal()
|
||||||
}}
|
}}
|
||||||
accessibilityLabel={_(msg`Cancel`)}
|
accessibilityLabel={_(msg`Cancel`)}
|
||||||
accessibilityHint=""
|
accessibilityHint={_(msg`Cancels opening the linked website`)}
|
||||||
label={_(msg`Cancel`)}
|
label={_(msg`Cancel`)}
|
||||||
labelContainerStyle={{justifyContent: 'center', padding: 4}}
|
labelContainerStyle={{justifyContent: 'center', padding: 4}}
|
||||||
labelStyle={[s.f18]}
|
labelStyle={[s.f18]}
|
||||||
|
|
Loading…
Reference in New Issue