Simplify theming for PickList, ComboBox, and Menu widgets
This commit is contained in:
parent
9b2fd64167
commit
597a41cea7
13 changed files with 420 additions and 471 deletions
|
|
@ -1665,7 +1665,8 @@ impl Style for Theme {
|
|||
}
|
||||
}
|
||||
|
||||
fn default(theme: &Theme, status: Status) -> Appearance {
|
||||
/// The default style of a [`Scrollable`].
|
||||
pub fn default(theme: &Theme, status: Status) -> Appearance {
|
||||
let palette = theme.extended_palette();
|
||||
|
||||
let scrollbar = Scrollbar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue