This commit is contained in:
Nate Butler 2023-11-08 16:43:32 -05:00
parent 23a97f5b61
commit e505fb330c
3 changed files with 68 additions and 66 deletions

View file

@ -1,4 +1,4 @@
use gpui::{div, px, Div, ParentElement, Render, SharedString, Styled, ViewContext};
use gpui::{div, Div, ParentElement, Render, SharedString, Styled, ViewContext};
use theme2::ActiveTheme;
#[derive(Clone, Debug)]
@ -19,7 +19,7 @@ impl Render for TextTooltip {
let theme = cx.theme();
div()
.bg(theme.colors().background)
.rounded(px(8.))
.rounded_lg()
.border()
.font("Zed Sans")
.border_color(theme.colors().border)