about summary refs log tree commit diff
path: root/src/components/Toast/Toast.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-08-15 18:33:23 +0300
committerGitHub <noreply@github.com>2025-08-15 08:33:23 -0700
commitf2892779da97d18d96125a66d90a3d31fd81fb2d (patch)
tree1fd7a651a022c51c0967f166848b82a83ca434c6 /src/components/Toast/Toast.tsx
parent5ca665467e9cbedd78f21df76db8cfde8eaa66b4 (diff)
downloadvoidsky-f2892779da97d18d96125a66d90a3d31fd81fb2d.tar.zst
Use medium font weight in a few places (#8848)
* medium font toasts

* medium font tabs

* medium font trending pill
Diffstat (limited to 'src/components/Toast/Toast.tsx')
-rw-r--r--src/components/Toast/Toast.tsx2
1 files changed, 1 insertions, 1 deletions
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,
         {