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
|
@ -1201,7 +1201,7 @@ impl Editor {
|
|||
.bg(cx.theme().colors().ghost_element_background)
|
||||
.hover(|style| style.bg(cx.theme().colors().ghost_element_hover))
|
||||
.active(|style| style.bg(cx.theme().colors().ghost_element_active))
|
||||
.rounded_sm()
|
||||
.rounded_xs()
|
||||
.size_full()
|
||||
.cursor_pointer()
|
||||
.child("⋯")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue