From f2892779da97d18d96125a66d90a3d31fd81fb2d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 15 Aug 2025 18:33:23 +0300 Subject: Use medium font weight in a few places (#8848) * medium font toasts * medium font tabs * medium font trending pill --- src/components/Toast/Toast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Toast/Toast.tsx') diff --git a/src/components/Toast/Toast.tsx b/src/components/Toast/Toast.tsx index 28220cb8d..4d782597d 100644 --- a/src/components/Toast/Toast.tsx +++ b/src/components/Toast/Toast.tsx @@ -92,7 +92,7 @@ export function ToastText({children}: {children: React.ReactNode}) { selectable={false} style={[ a.text_md, - a.font_bold, + a.font_medium, a.leading_snug, a.pointer_events_none, { -- cgit 1.4.1