parent
91b2a84001
commit
bc566fe18e
1 changed files with 12 additions and 17 deletions
|
@ -86,10 +86,6 @@ impl RenderOnce for UsageCallout {
|
|||
(IconName::Warning, Severity::Warning)
|
||||
};
|
||||
|
||||
div()
|
||||
.border_t_1()
|
||||
.border_color(cx.theme().colors().border)
|
||||
.child(
|
||||
Callout::new()
|
||||
.icon(icon)
|
||||
.severity(severity)
|
||||
|
@ -102,7 +98,6 @@ impl RenderOnce for UsageCallout {
|
|||
.on_click(move |_, _, cx| {
|
||||
cx.open_url(&url);
|
||||
}),
|
||||
),
|
||||
)
|
||||
.into_any_element()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue