From ef171e289234c7439011b68a61e951ab88319d0b Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 12 Aug 2025 02:04:45 +0300 Subject: 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 * Align with designs --------- Co-authored-by: Eric Bailey --- app.config.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app.config.js') 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', ], }, ], -- cgit 1.4.1