Style cleaning and initial text size audit (#618)
* Style cleaning and initial text size audit * Put file back
This commit is contained in:
parent
841ad692d3
commit
824a2313b1
9 changed files with 22 additions and 19 deletions
|
@ -140,8 +140,8 @@ function AppPasswordsHeader() {
|
|||
pal.text,
|
||||
isDesktopWeb && styles.descriptionDesktop,
|
||||
]}>
|
||||
These passwords can be used to log onto Bluesky in other apps without
|
||||
giving them full access to your account or your password.
|
||||
Use app passwords to login to other Bluesky clients without giving full
|
||||
access to your account or password.
|
||||
</Text>
|
||||
</>
|
||||
)
|
||||
|
@ -289,5 +289,6 @@ const styles = StyleSheet.create({
|
|||
|
||||
trashIcon: {
|
||||
color: 'red',
|
||||
minWidth: 16,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue