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
|
@ -397,7 +397,7 @@ impl Render for MarkdownCell {
|
|||
h_flex()
|
||||
.w_full()
|
||||
.pr_6()
|
||||
.rounded_sm()
|
||||
.rounded_xs()
|
||||
.items_start()
|
||||
.gap(DynamicSpacing::Base08.rems(cx))
|
||||
.bg(self.selected_bg_color(window, cx))
|
||||
|
@ -572,7 +572,7 @@ impl Render for CodeCell {
|
|||
h_flex()
|
||||
.w_full()
|
||||
.pr_6()
|
||||
.rounded_sm()
|
||||
.rounded_xs()
|
||||
.items_start()
|
||||
.gap(DynamicSpacing::Base08.rems(cx))
|
||||
.bg(self.selected_bg_color(window, cx))
|
||||
|
@ -598,7 +598,7 @@ impl Render for CodeCell {
|
|||
h_flex()
|
||||
.w_full()
|
||||
.pr_6()
|
||||
.rounded_sm()
|
||||
.rounded_xs()
|
||||
.items_start()
|
||||
.gap(DynamicSpacing::Base08.rems(cx))
|
||||
.bg(self.selected_bg_color(window, cx))
|
||||
|
@ -718,7 +718,7 @@ impl Render for RawCell {
|
|||
h_flex()
|
||||
.w_full()
|
||||
.pr_2()
|
||||
.rounded_sm()
|
||||
.rounded_xs()
|
||||
.items_start()
|
||||
.gap(DynamicSpacing::Base08.rems(cx))
|
||||
.bg(self.selected_bg_color(window, cx))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue