[widgets][list] Set the style of the underlying list

pull/44/head
Florian Dehau 6 years ago
parent d0d2f88346
commit fcd1b7b187

@ -235,6 +235,7 @@ impl<'b> Widget for SelectableList<'b> {
.skip(offset as usize);
List::new(items)
.block(self.block.unwrap_or_default())
.style(self.style)
.draw(area, buf);
}
}

Loading…
Cancel
Save