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
|
@ -88,6 +88,7 @@ impl<V: 'static> IconButton<V> {
|
|||
.id(self.id.clone())
|
||||
.justify_center()
|
||||
.rounded_md()
|
||||
// todo!("Where do these numbers come from?")
|
||||
.py(rems(0.21875))
|
||||
.px(rems(0.375))
|
||||
.bg(bg_color)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue