wip: pull request view & md rendering

This commit is contained in:
2026-05-11 00:32:12 +08:00
parent 9f1e051073
commit c29a923e0e
36 changed files with 2716 additions and 99 deletions

View File

@@ -100,6 +100,10 @@ impl gpui::RenderOnce for Text {
div = div.text_color(theme.colors.text);
}
if div.style().border_color.as_ref().is_none() {
div = div.border_color(theme.colors.border);
}
div
}
}