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:
Marshall Bowers 2025-03-06 12:57:31 -05:00 committed by GitHub
parent 9c054f207e
commit aceab76ae4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 65 additions and 65 deletions

View file

@ -837,7 +837,7 @@ impl Render for ConfigurationView {
.bg(cx.theme().colors().editor_background)
.border_1()
.border_color(cx.theme().colors().border_variant)
.rounded_md()
.rounded_sm()
.child(self.render_api_key_editor(cx)),
)
.child(

View file

@ -966,7 +966,7 @@ impl Render for ConfigurationView {
.bg(bg_color)
.border_1()
.border_color(border_color)
.rounded_md()
.rounded_sm()
};
if self.load_credentials_task.is_some() {

View file

@ -636,7 +636,7 @@ impl Render for ConfigurationView {
.bg(cx.theme().colors().editor_background)
.border_1()
.border_color(cx.theme().colors().border_variant)
.rounded_md()
.rounded_sm()
.child(self.render_api_key_editor(cx)),
)
.child(

View file

@ -538,7 +538,7 @@ impl Render for ConfigurationView {
.bg(cx.theme().colors().editor_background)
.border_1()
.border_color(cx.theme().colors().border_variant)
.rounded_md()
.rounded_sm()
.child(self.render_api_key_editor(cx)),
)
.child(

View file

@ -441,7 +441,7 @@ impl Render for ConfigurationView {
div()
.bg(inline_code_bg)
.px_1p5()
.rounded_md()
.rounded_sm()
.child(Label::new("lms get qwen2.5-coder-7b")),
),
),

View file

@ -602,7 +602,7 @@ impl Render for ConfigurationView {
.bg(cx.theme().colors().editor_background)
.border_1()
.border_color(cx.theme().colors().border_variant)
.rounded_md()
.rounded_sm()
.child(self.render_api_key_editor(cx)),
)
.child(

View file

@ -480,7 +480,7 @@ impl Render for ConfigurationView {
div()
.bg(inline_code_bg)
.px_1p5()
.rounded_md()
.rounded_sm()
.child(Label::new("ollama run llama3.2")),
),
),

View file

@ -572,7 +572,7 @@ impl Render for ConfigurationView {
.bg(cx.theme().colors().editor_background)
.border_1()
.border_color(cx.theme().colors().border_variant)
.rounded_md()
.rounded_sm()
.child(self.render_api_key_editor(cx)),
)
.child(