ai/at
1
0

custom social-app service view

This commit is contained in:
2026-02-16 02:22:13 +09:00
parent 8b26cf9452
commit 9644e9151b
6 changed files with 95 additions and 20 deletions

View File

@@ -0,0 +1,14 @@
--- 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>