Implement theme styling for TextInput
This commit is contained in:
parent
835877fc63
commit
ce53d3933c
12 changed files with 145 additions and 183 deletions
|
|
@ -120,7 +120,7 @@ pub mod text_input {
|
|||
//! Display fields that can be filled with text.
|
||||
use crate::Renderer;
|
||||
|
||||
pub use iced_pure::widget::text_input::{Style, StyleSheet};
|
||||
pub use iced_pure::widget::text_input::{Appearance, StyleSheet};
|
||||
|
||||
/// A field that can be filled with text.
|
||||
pub type TextInput<'a, Message, Theme> =
|
||||
|
|
|
|||
|
|
@ -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> =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue