diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/ProgressGuide/FollowDialog.tsx | 2 | ||||
-rw-r--r-- | src/components/Toast/Toast.tsx | 2 |
2 files changed, 2 insertions, 2 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, 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, { |