Rename fill to bg
This commit is contained in:
parent
597a9f9548
commit
296a2b8e5d
35 changed files with 136 additions and 106 deletions
|
|
@ -59,7 +59,7 @@ impl<S: 'static + Send + Sync> Toolbar<S> {
|
|||
let theme = theme(cx);
|
||||
|
||||
div()
|
||||
.fill(theme.highest.base.default.background)
|
||||
.bg(theme.highest.base.default.background)
|
||||
.p_2()
|
||||
.flex()
|
||||
.justify_between()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue