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
|
@ -326,7 +326,7 @@ impl PickerDelegate for PromptPickerDelegate {
|
|||
) -> Div {
|
||||
h_flex()
|
||||
.bg(cx.theme().colors().editor_background)
|
||||
.rounded_md()
|
||||
.rounded_sm()
|
||||
.overflow_hidden()
|
||||
.flex_none()
|
||||
.py_1()
|
||||
|
@ -992,7 +992,7 @@ impl PromptLibrary {
|
|||
.on_action(cx.listener(Self::move_down_from_title))
|
||||
.border_1()
|
||||
.border_color(transparent_black())
|
||||
.rounded_md()
|
||||
.rounded_sm()
|
||||
.group_hover("active-editor-header", |this| {
|
||||
this.border_color(
|
||||
cx.theme().colors().border_variant,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue