summaryrefslogtreecommitdiffstats
path: root/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.rs')
-rw-r--r--src/widget.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.rs b/src/widget.rs
index 4cbf02ef..8275f6e4 100644
--- a/src/widget.rs
+++ b/src/widget.rs
@@ -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> =