summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorLibravatar Casper Rogild Storm <2248455+casperstorm@users.noreply.github.com>2022-11-29 12:06:45 +0100
committerLibravatar Casper Rogild Storm <2248455+casperstorm@users.noreply.github.com>2022-11-29 12:06:45 +0100
commitfe5ab1ee87ede2d80212aa58724fd5ed463f58e4 (patch)
tree872d873b228f639d1bc27768e5502d05fadc6fe6 /native
parentf727fa09cd18bb5597094131f106c88ddcdd2ab3 (diff)
downloadiced-fe5ab1ee87ede2d80212aa58724fd5ed463f58e4.tar.gz
iced-fe5ab1ee87ede2d80212aa58724fd5ed463f58e4.tar.bz2
iced-fe5ab1ee87ede2d80212aa58724fd5ed463f58e4.zip
Added accessory_content_color to appreance.
Diffstat (limited to '')
-rw-r--r--native/src/widget/pick_list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/pick_list.rs b/native/src/widget/pick_list.rs
index 31f7bf5b..6a2061b9 100644
--- a/native/src/widget/pick_list.rs
+++ b/native/src/widget/pick_list.rs
@@ -615,7 +615,7 @@ pub fn draw<T, Renderer>(
content: &content,
size,
font,
- color: style.text_color,
+ color: style.accessory_content_color,
bounds: Rectangle {
x: bounds.x + bounds.width - f32::from(padding.horizontal()),
y: bounds.center_y() - size / 2.0,