diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-05-28 20:58:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 04:58:40 +0100 |
commit | efdfb7f57a6de487330cd1a24c3bc4955bb8c74d (patch) | |
tree | 6436e80e46cb0c112bc2176acd758e2b4f40eb4b /src/view/com/util/post-embeds/index.tsx | |
parent | 19ee89caf363c2b1c7f9ea35325501304619e879 (diff) | |
download | voidsky-efdfb7f57a6de487330cd1a24c3bc4955bb8c74d.tar.zst |
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)
Diffstat (limited to 'src/view/com/util/post-embeds/index.tsx')
-rw-r--r-- | src/view/com/util/post-embeds/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/post-embeds/index.tsx b/src/view/com/util/post-embeds/index.tsx index 8aa9919ca..0fc829625 100644 --- a/src/view/com/util/post-embeds/index.tsx +++ b/src/view/com/util/post-embeds/index.tsx @@ -183,7 +183,7 @@ const styles = StyleSheet.create({ }, alt: { color: 'white', - fontSize: 6, + fontSize: 7, fontWeight: 'bold', }, customFeedOuter: { |