···58 accessibilityDescribedBy="dialog-description"
59 accessibilityLabelledBy="dialog-title">
60 <View style={[a.relative, a.gap_lg, a.w_full]}>
61- <Text nativeID="dialog-title" style={[a.text_2xl, a.font_bold]}>
62 <Trans>Export My Data</Trans>
63 </Text>
64- <Text nativeID="dialog-description" style={[a.text_sm]}>
0065 <Trans>
66 Your account repository, containing all public data records, can
67 be downloaded as a "CAR" file. This file does not include media
···58 accessibilityDescribedBy="dialog-description"
59 accessibilityLabelledBy="dialog-title">
60 <View style={[a.relative, a.gap_lg, a.w_full]}>
61+ <Text nativeID="dialog-title" style={[a.text_2xl, a.font_heavy]}>
62 <Trans>Export My Data</Trans>
63 </Text>
64+ <Text
65+ nativeID="dialog-description"
66+ style={[a.text_sm, a.leading_normal, t.atoms.text_contrast_high]}>
67 <Trans>
68 Your account repository, containing all public data records, can
69 be downloaded as a "CAR" file. This file does not include media