chore: update iced

This commit is contained in:
Ashley Wulber 2023-12-04 16:49:14 -05:00 committed by Ashley Wulber
parent 17bc373990
commit fcfe9ebc59
11 changed files with 33 additions and 45 deletions

View file

@ -1904,6 +1904,7 @@ pub fn draw<'a, Message>(
},
bounds.position(),
appearance.label_color,
*viewport,
);
}
let mut child_index = 0;
@ -2044,6 +2045,7 @@ pub fn draw<'a, Message>(
},
bounds.position(),
color,
*viewport,
);
};
@ -2091,6 +2093,7 @@ pub fn draw<'a, Message>(
},
helper_text_layout.bounds().position(),
appearance.text_color,
*viewport,
);
}
}