chore: update deps

This commit is contained in:
2025-10-07 14:45:44 +07:00
parent 6e7f63d79a
commit b7693444e6
11 changed files with 599 additions and 474 deletions

View File

@@ -6,7 +6,7 @@ use gpui::{
};
use theme::{CLIENT_SIDE_DECORATION_ROUNDING, CLIENT_SIDE_DECORATION_SHADOW};
const WINDOW_BORDER_WIDTH: Pixels = Pixels(1.0);
const WINDOW_BORDER_WIDTH: Pixels = px(1.0);
/// Create a new window border.
pub fn window_border() -> WindowBorder {