Update usages of text_size_*
to text_ui
in ui components
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
9bdfc7a2e5
commit
9cc3ee9674
8 changed files with 15 additions and 11 deletions
|
@ -30,7 +30,7 @@ impl Breadcrumb {
|
|||
h_stack()
|
||||
.id("breadcrumb")
|
||||
.px_1()
|
||||
.text_sm()
|
||||
.text_ui_sm()
|
||||
.text_color(cx.theme().colors().text_muted)
|
||||
.rounded_md()
|
||||
.hover(|style| style.bg(cx.theme().colors().ghost_element_hover))
|
||||
|
|
|
@ -77,7 +77,7 @@ impl CollabPanel {
|
|||
.items_center()
|
||||
.child(
|
||||
div()
|
||||
.text_sm()
|
||||
.text_ui_sm()
|
||||
.text_color(cx.theme().colors().text_placeholder)
|
||||
.child("Find..."),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue