Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

improve car dialog styles (#7786)

authored by samuel.fm and committed by

GitHub ed4add70 48fd397d

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