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:
Nate Butler 2023-11-08 15:28:38 -05:00
parent 9bdfc7a2e5
commit 9cc3ee9674
8 changed files with 15 additions and 11 deletions

View file

@ -31,7 +31,7 @@ impl<V: 'static> Details<V> {
v_stack()
.p_1()
.gap_0p5()
.text_xs()
.text_ui_sm()
.text_color(cx.theme().colors().text)
.size_full()
.child(self.text)