improve car dialog styles (#7786)
This commit is contained in:
@@ -58,10 +58,12 @@ export function ExportCarDialog({
|
|||||||
accessibilityDescribedBy="dialog-description"
|
accessibilityDescribedBy="dialog-description"
|
||||||
accessibilityLabelledBy="dialog-title">
|
accessibilityLabelledBy="dialog-title">
|
||||||
<View style={[a.relative, a.gap_lg, a.w_full]}>
|
<View style={[a.relative, a.gap_lg, a.w_full]}>
|
||||||
<Text nativeID="dialog-title" style={[a.text_2xl, a.font_bold]}>
|
<Text nativeID="dialog-title" style={[a.text_2xl, a.font_heavy]}>
|
||||||
<Trans>Export My Data</Trans>
|
<Trans>Export My Data</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<Text nativeID="dialog-description" style={[a.text_sm]}>
|
<Text
|
||||||
|
nativeID="dialog-description"
|
||||||
|
style={[a.text_sm, a.leading_normal, t.atoms.text_contrast_high]}>
|
||||||
<Trans>
|
<Trans>
|
||||||
Your account repository, containing all public data records, can
|
Your account repository, containing all public data records, can
|
||||||
be downloaded as a "CAR" file. This file does not include media
|
be downloaded as a "CAR" file. This file does not include media
|
||||||
|
|||||||
Reference in New Issue
Block a user