diff --git a/widget/src/container.rs b/widget/src/container.rs index f44e66a6d0..6ab9530ebc 100644 --- a/widget/src/container.rs +++ b/widget/src/container.rs @@ -255,7 +255,7 @@ where &renderer::Style { icon_color: style .icon_color - .unwrap_or(renderer_style.text_color), + .unwrap_or(renderer_style.icon_color), text_color: style .text_color .unwrap_or(renderer_style.text_color),