diff --git a/crates/ui/src/tooltip.rs b/crates/ui/src/tooltip.rs index 97569b73..7866a704 100644 --- a/crates/ui/src/tooltip.rs +++ b/crates/ui/src/tooltip.rs @@ -20,6 +20,7 @@ impl Render for Tooltip { div().child( // Wrap in a child, to ensure the left margin is applied to the tooltip div() + .font_family(".SystemUIFont") .m_3() .bg(cx.theme().popover) .text_color(cx.theme().popover_foreground)