chore: use theme::spacing() where applicable
This commit is contained in:
parent
227f7a76b1
commit
1486569481
12 changed files with 22 additions and 26 deletions
|
|
@ -28,7 +28,7 @@ impl<Message: 'static> Default for ListColumn<'_, Message> {
|
|||
fn default() -> Self {
|
||||
let cosmic_theme::Spacing {
|
||||
space_xxs, space_m, ..
|
||||
} = theme::active().cosmic().spacing;
|
||||
} = theme::spacing();
|
||||
|
||||
Self {
|
||||
spacing: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue