summaryrefslogtreecommitdiffstats
path: root/src/pure
diff options
context:
space:
mode:
Diffstat (limited to 'src/pure')
-rw-r--r--src/pure/widget.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pure/widget.rs b/src/pure/widget.rs
index 6ef9262f..a16ff22b 100644
--- a/src/pure/widget.rs
+++ b/src/pure/widget.rs
@@ -32,7 +32,7 @@ pub mod checkbox {
pub mod container {
//! Decorate content and apply alignment.
- pub use iced_pure::widget::container::{Style, StyleSheet};
+ pub use iced_pure::widget::container::{Appearance, StyleSheet};
/// An element decorating some content.
pub type Container<'a, Message, Theme = crate::Theme> =