Implement theme styling for Container
This commit is contained in:
parent
2933ac7355
commit
97555e67af
24 changed files with 306 additions and 258 deletions
|
|
@ -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> =
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ pub mod checkbox {
|
|||
|
||||
pub mod container {
|
||||
//! Decorate content and apply alignment.
|
||||
pub use iced_native::widget::container::{Style, StyleSheet};
|
||||
pub use iced_native::widget::container::{Appearance, StyleSheet};
|
||||
|
||||
/// An element decorating some content.
|
||||
pub type Container<'a, Message, Theme = crate::Theme> =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue