about summary refs log tree commit diff
path: root/src/components/ProgressGuide
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/ProgressGuide
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/ProgressGuide')
-rw-r--r--src/components/ProgressGuide/FollowDialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ProgressGuide/FollowDialog.tsx b/src/components/ProgressGuide/FollowDialog.tsx
index a8c64935a..20ebb0abf 100644
--- a/src/components/ProgressGuide/FollowDialog.tsx
+++ b/src/components/ProgressGuide/FollowDialog.tsx
@@ -539,7 +539,7 @@ let Tab = ({
             ]}>
             <Text
               style={[
-                /* TODO: medium weight */
+                a.font_medium,
                 active || hovered || pressed || focused
                   ? t.atoms.text
                   : t.atoms.text_contrast_medium,