gpui-component/crates/ui/src/button
Jason Lee 6505be409b
input: Change to input text size to smaller. (#1703)
Use `text_sm` for text size for Input.

Ref https://ui.shadcn.com/docs/components/input

## Screenshot

## Before

<img width="1143" height="1034" alt="image"
src="https://github.com/user-attachments/assets/17a8731e-9977-4beb-89d0-e2460f3823fd"
/>

## After

<img width="1218" height="974" alt="image"
src="https://github.com/user-attachments/assets/cca684d0-c86b-440f-bd30-cff7a4f444c4"
/>
2025-11-28 09:37:43 +00:00
..
button.rs input: Change to input text size to smaller. (#1703) 2025-11-28 09:37:43 +00:00
button_group.rs button_group: Fix overriding button click when no on_click (#1546) 2025-11-10 09:43:25 +08:00
dropdown_button.rs button: Add dropdown_caret option to show a caret icon to end of button. (#1637) 2025-11-18 16:41:16 +08:00
mod.rs toggle: Add Toggle and ToggleGroup. (#691) 2025-03-06 19:10:28 +08:00
toggle.rs toggle: Refactor Toggle, ToggleGroup API. (#1515) 2025-11-05 10:47:55 +08:00