Rename pick_list::AccessoryContent to Handle
... and rename `Default` variant to `Arrow`.
This commit is contained in:
parent
fe5ab1ee87
commit
39f49186ce
4 changed files with 34 additions and 39 deletions
|
|
@ -8,8 +8,8 @@ pub struct Appearance {
|
|||
pub text_color: Color,
|
||||
/// The placeholder [`Color`] of the pick list.
|
||||
pub placeholder_color: Color,
|
||||
/// The accessory content [`Color`] of the pick list.
|
||||
pub accessory_content_color: Color,
|
||||
/// The handle [`Color`] of the pick list.
|
||||
pub handle_color: Color,
|
||||
/// The [`Background`] of the pick list.
|
||||
pub background: Background,
|
||||
/// The border radius of the pick list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue