settings ui: Add a handful of design tweaks (#39784)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-10-08 12:27:22 -03:00
committed by GitHub
parent 5fa4b3bfe8
commit 70af11ef2a
2 changed files with 66 additions and 39 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ use std::{
};
use editor::{Editor, EditorStyle};
use gpui::{ClickEvent, CursorStyle, Entity, FocusHandle, Focusable, FontWeight, Modifiers};
use gpui::{ClickEvent, Entity, FocusHandle, Focusable, FontWeight, Modifiers};
use settings::{CodeFade, MinimumContrast};
use ui::prelude::*;
@@ -352,7 +352,7 @@ impl<T: NumberFieldType> RenderOnce for NumberField<T> {
let base_button = |icon: IconName| {
h_flex()
.cursor(CursorStyle::PointingHand)
.cursor_pointer()
.p_1p5()
.size_full()
.justify_center()