Use Catalog approach for all widgets
This commit is contained in:
parent
e657dc2ecd
commit
f0ae9a0c38
30 changed files with 1134 additions and 919 deletions
|
|
@ -341,8 +341,8 @@ impl Default for ScrollableDemo {
|
|||
}
|
||||
}
|
||||
|
||||
fn progress_bar_custom_style(theme: &Theme) -> progress_bar::Appearance {
|
||||
progress_bar::Appearance {
|
||||
fn progress_bar_custom_style(theme: &Theme) -> progress_bar::Style {
|
||||
progress_bar::Style {
|
||||
background: theme.extended_palette().background.strong.color.into(),
|
||||
bar: Color::from_rgb8(250, 85, 134).into(),
|
||||
border: Border::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue