diff options
author | 2022-11-29 12:06:45 +0100 | |
---|---|---|
committer | 2022-11-29 12:06:45 +0100 | |
commit | fe5ab1ee87ede2d80212aa58724fd5ed463f58e4 (patch) | |
tree | 872d873b228f639d1bc27768e5502d05fadc6fe6 /style/src/pick_list.rs | |
parent | f727fa09cd18bb5597094131f106c88ddcdd2ab3 (diff) | |
download | iced-fe5ab1ee87ede2d80212aa58724fd5ed463f58e4.tar.gz iced-fe5ab1ee87ede2d80212aa58724fd5ed463f58e4.tar.bz2 iced-fe5ab1ee87ede2d80212aa58724fd5ed463f58e4.zip |
Added accessory_content_color to appreance.
Diffstat (limited to 'style/src/pick_list.rs')
-rw-r--r-- | style/src/pick_list.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/style/src/pick_list.rs b/style/src/pick_list.rs index 103cc026..877a58da 100644 --- a/style/src/pick_list.rs +++ b/style/src/pick_list.rs @@ -8,6 +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 [`Background`] of the pick list. pub background: Background, /// The border radius of the pick list. |