fix(style): fixed default style for list_column
This commit is contained in:
parent
3b1f19ac70
commit
2f6f8aa22b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ impl<'a, Message: 'static> Default for ListColumn<'a, Message> {
|
||||||
Self {
|
Self {
|
||||||
spacing: 12,
|
spacing: 12,
|
||||||
padding: Padding::from(0),
|
padding: Padding::from(0),
|
||||||
style: <crate::Theme as StyleSheet>::Style::default(),
|
style: <crate::Theme as StyleSheet>::Style::List,
|
||||||
children: Vec::with_capacity(4),
|
children: Vec::with_capacity(4),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue