Remove generic Color in widgets
This commit is contained in:
parent
f9de39ddaa
commit
b83a4b42dd
12 changed files with 83 additions and 120 deletions
|
|
@ -1,9 +1,7 @@
|
|||
use crate::{Bus, Color, Element, Widget};
|
||||
use crate::{Bus, Element, Widget};
|
||||
use dodrio::bumpalo;
|
||||
|
||||
pub use iced::text::HorizontalAlignment;
|
||||
|
||||
pub type Text = iced::Text<Color>;
|
||||
pub use iced::text::*;
|
||||
|
||||
impl<'a, Message> Widget<Message> for Text {
|
||||
fn node<'b>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue