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