diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-08-12 02:04:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-11 18:04:45 -0500 |
commit | ef171e289234c7439011b68a61e951ab88319d0b (patch) | |
tree | d08f56f3edc18156fbf1c9c2c8dd20ce944f258d /app.config.js | |
parent | 17c5cec3566c591dd3aa1a939d449d8206f91c28 (diff) | |
download | voidsky-ef171e289234c7439011b68a61e951ab88319d0b.tar.zst |
Tweak small buttons (#8818)
* set size=small buttons to `text_sm` * change to `leading_snug` * add gap to repost buttons * Add medium-weight font, use for buttons (#8819) * add medium weight inter * add medium font to buttons * Adjust bold weights * Fix ref --------- Co-authored-by: Eric Bailey <git@esb.lol> * Align with designs --------- Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js index 5cad620db..b30cdf0fe 100644 --- a/app.config.js +++ b/app.config.js @@ -251,10 +251,12 @@ module.exports = function (_config) { // Android only './assets/fonts/inter/Inter-Regular.otf', './assets/fonts/inter/Inter-Italic.otf', + './assets/fonts/inter/Inter-Medium.otf', + './assets/fonts/inter/Inter-MediumItalic.otf', './assets/fonts/inter/Inter-SemiBold.otf', './assets/fonts/inter/Inter-SemiBoldItalic.otf', - './assets/fonts/inter/Inter-ExtraBold.otf', - './assets/fonts/inter/Inter-ExtraBoldItalic.otf', + './assets/fonts/inter/Inter-Bold.otf', + './assets/fonts/inter/Inter-BoldItalic.otf', ], }, ], |