gpui: Rename rounded_sm
to rounded_xs
(#26221)
This PR renames the `rounded_sm` style method to `rounded_xs`. This will allow us to add an additional step in the scale. Release Notes: - N/A
This commit is contained in:
parent
aef25a3bc3
commit
99216acdec
12 changed files with 17 additions and 17 deletions
|
@ -1233,7 +1233,7 @@ fn corner_suffixes() -> Vec<CornerStyleSuffix> {
|
|||
doc_string_suffix: "0px",
|
||||
},
|
||||
CornerStyleSuffix {
|
||||
suffix: "sm",
|
||||
suffix: "xs",
|
||||
radius_tokens: quote! { rems(0.125) },
|
||||
doc_string_suffix: "2px (0.125rem)",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue