Implement theme styling for TextInput

This commit is contained in:
Héctor Ramón Jiménez 2022-06-07 01:11:35 +02:00
parent 835877fc63
commit ce53d3933c
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
12 changed files with 145 additions and 183 deletions

View file

@ -140,7 +140,7 @@ pub mod text_input {
//! A [`TextInput`] has some local [`State`].
use crate::Renderer;
pub use iced_native::widget::text_input::{State, Style, StyleSheet};
pub use iced_native::widget::text_input::{Appearance, State, StyleSheet};
/// A field that can be filled with text.
pub type TextInput<'a, Message, Theme> =