Rename fill
to bg
This commit is contained in:
parent
597a9f9548
commit
296a2b8e5d
35 changed files with 136 additions and 106 deletions
|
@ -9,7 +9,7 @@ impl TextStory {
|
|||
view(cx.entity(|cx| ()), |_, cx| {
|
||||
div()
|
||||
.size_full()
|
||||
.fill(white())
|
||||
.bg(white())
|
||||
.child(concat!(
|
||||
"The quick brown fox jumps over the lazy dog. ",
|
||||
"Meanwhile, the lazy dog decided it was time for a change. ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue