Alt text followups -- SLIGHTLY larger, and update gifs (#4252)

* Bump up the alt text indicator's text size just a smidge

* Update the GIF alt indicator to match images (right side, visually smaller on mobile)
This commit is contained in:
Paul Frazee 2024-05-28 20:58:40 -07:00 committed by GitHub
parent 19ee89caf3
commit efdfb7f57a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -79,7 +79,7 @@ const styles = StyleSheet.create({
},
alt: {
color: 'white',
fontSize: 6,
fontSize: 7,
fontWeight: 'bold',
},
})