diff --git a/crates/ui/src/input/number_input.rs b/crates/ui/src/input/number_input.rs index a14443af..59121fd4 100644 --- a/crates/ui/src/input/number_input.rs +++ b/crates/ui/src/input/number_input.rs @@ -160,6 +160,7 @@ impl RenderOnce for NumberInput { .compact() .tab_stop(false) .disabled(self.disabled) + .border_color(cx.theme().input) .border_corners(Corners { top_left: true, top_right: false, @@ -197,6 +198,7 @@ impl RenderOnce for NumberInput { .compact() .tab_stop(false) .disabled(self.disabled) + .border_color(cx.theme().input) .border_corners(Corners { top_left: false, top_right: true,