chore: use theme::spacing() where applicable
This commit is contained in:
parent
227f7a76b1
commit
1486569481
12 changed files with 22 additions and 26 deletions
|
|
@ -13,5 +13,5 @@ use crate::{Element, theme};
|
|||
/// A column with a predefined style for creating a settings panel
|
||||
#[must_use]
|
||||
pub fn view_column<Message: 'static>(children: Vec<Element<Message>>) -> Column<Message> {
|
||||
column::with_children(children).spacing(theme::active().cosmic().space_m())
|
||||
column::with_children(children).spacing(theme::spacing().space_m)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue