chore: use theme::spacing() where applicable
This commit is contained in:
parent
227f7a76b1
commit
1486569481
12 changed files with 22 additions and 26 deletions
|
|
@ -240,7 +240,7 @@ where
|
|||
.enumerate()
|
||||
.flat_map(|(i, item)| {
|
||||
let mut trees = vec![];
|
||||
let spacing = crate::theme::active().cosmic().spacing;
|
||||
let spacing = crate::theme::spacing();
|
||||
|
||||
match item {
|
||||
MenuItem::Button(label, icon, action) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue