diff options
author | Eric Bailey <git@esb.lol> | 2024-02-09 11:52:32 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 09:52:32 -0800 |
commit | d6235453c9b5f297b95edd58864fe26268239318 (patch) | |
tree | e33103843603eda398b27231eada8e0c445509f2 /src/screens/Onboarding/StepFinished.tsx | |
parent | 43b447e5f4345bd6c3a6957cb5aa1587324799e8 (diff) | |
download | voidsky-d6235453c9b5f297b95edd58864fe26268239318.tar.zst |
Design system tweaks (#2822)
* Tweak palette, theme naming, update usages * Update Typography, replace the few usages
Diffstat (limited to 'src/screens/Onboarding/StepFinished.tsx')
-rw-r--r-- | src/screens/Onboarding/StepFinished.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/screens/Onboarding/StepFinished.tsx b/src/screens/Onboarding/StepFinished.tsx index af73c6fc1..72d53658b 100644 --- a/src/screens/Onboarding/StepFinished.tsx +++ b/src/screens/Onboarding/StepFinished.tsx @@ -101,7 +101,7 @@ export function StepFinished() { <Trans>Public</Trans> </Text> <Text - style={[t.atoms.text_contrast_500, a.text_md, a.leading_snug]}> + style={[t.atoms.text_contrast_medium, a.text_md, a.leading_snug]}> <Trans> Your posts, likes, and blocks are public. Mutes are private. </Trans> @@ -115,7 +115,7 @@ export function StepFinished() { <Trans>Open</Trans> </Text> <Text - style={[t.atoms.text_contrast_500, a.text_md, a.leading_snug]}> + style={[t.atoms.text_contrast_medium, a.text_md, a.leading_snug]}> <Trans>Never lose access to your followers or data.</Trans> </Text> </View> @@ -131,7 +131,7 @@ export function StepFinished() { <Trans>Flexible</Trans> </Text> <Text - style={[t.atoms.text_contrast_500, a.text_md, a.leading_snug]}> + style={[t.atoms.text_contrast_medium, a.text_md, a.leading_snug]}> <Trans>Choose the algorithms that power your custom feeds.</Trans> </Text> </View> |