ZIm/crates/gpui_macros/src
Danilo Leal d1cec209d4
gpui: Add rounded_md token (#26179)
This PR adds a new rounded/corner border token: `rounded_md` with a
value of 6px.

I feel like I was wanting to use 6px border radius a lot but avoiding
due to it being an arbitrary value... so, not anymore! It's also cool to
have this be consistent with Tailwind v4.

Follow on to the prior renames:

- `rounded_sm` -> `rounded_xs`:
https://github.com/zed-industries/zed/pull/26221
- `rounded_md` -> `rounded_sm`:
https://github.com/zed-industries/zed/pull/26228

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
2025-03-06 13:41:21 -05:00
..
derive_app_context.rs gpui: Update docs to reflect removal of View, ViewContext, WindowContext (#24008) 2025-01-31 11:40:42 -08:00
derive_into_element.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
derive_path_static_str.rs add ui::Vector and separate images from icons (#17815) 2024-09-13 17:44:16 -04:00
derive_render.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
derive_visual_context.rs gpui: Update docs to reflect removal of View, ViewContext, WindowContext (#24008) 2025-01-31 11:40:42 -08:00
gpui_macros.rs Solve 50+ cargo doc warnings (#24071) 2025-02-01 06:19:29 +00:00
register_action.rs gpui: Switch from linkme to inventory for action registration (#24087) 2025-02-02 09:13:46 -08:00
styles.rs gpui: Add rounded_md token (#26179) 2025-03-06 13:41:21 -05:00
test.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00