Implement theme styling for Rule
This commit is contained in:
parent
6f69df3d41
commit
c275fde67a
8 changed files with 86 additions and 123 deletions
|
|
@ -179,7 +179,7 @@ impl Sandbox for ScrollableDemo {
|
|||
.spacing(20)
|
||||
.padding(20)
|
||||
.push(choose_theme)
|
||||
.push(Rule::horizontal(20).style(self.theme))
|
||||
.push(Rule::horizontal(20))
|
||||
.push(scrollable_row);
|
||||
|
||||
Container::new(content)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue