gpui: Rename rounded_md
to rounded_sm
(#26228)
This PR renames the `rounded_md` style method to `rounded_sm`. Follow up to https://github.com/zed-industries/zed/pull/26221, which freed up the `rounded_sm` name. Release Notes: - N/A
This commit is contained in:
parent
9c054f207e
commit
aceab76ae4
49 changed files with 65 additions and 65 deletions
|
@ -1238,7 +1238,7 @@ fn corner_suffixes() -> Vec<CornerStyleSuffix> {
|
|||
doc_string_suffix: "2px (0.125rem)",
|
||||
},
|
||||
CornerStyleSuffix {
|
||||
suffix: "md",
|
||||
suffix: "sm",
|
||||
radius_tokens: quote! { rems(0.25) },
|
||||
doc_string_suffix: "4px (0.25rem)",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue