15 lines
515 B
Diff
15 lines
515 B
Diff
--- a/src/view/com/auth/SplashScreen.tsx 2026-02-16 02:55:08
|
|
+++ b/src/view/com/auth/SplashScreen.tsx 2026-02-16 02:55:16
|
|
@@ -118,8 +118,9 @@
|
|
accessibilityHint={_(
|
|
msg`Opens flow to sign in to your existing Bluesky account`,
|
|
)}
|
|
- size="large">
|
|
- <ButtonText style={{color: 'white'}}>
|
|
+ size="large"
|
|
+ color="primary">
|
|
+ <ButtonText>
|
|
<Trans>Sign in</Trans>
|
|
</ButtonText>
|
|
</Button>
|