diff --git a/src/layout/text.rs b/src/layout/text.rs index 9b5f1da..aacc4ad 100644 --- a/src/layout/text.rs +++ b/src/layout/text.rs @@ -46,9 +46,9 @@ use crate::layout::Layout; /// instance. Otherwise, the system timezone is used. #[derive(Default, Debug, Clone)] pub struct TextLayout { - pub colors: LevelColor, - pub no_color: bool, - pub tz: Option, + colors: LevelColor, + no_color: bool, + tz: Option, } impl TextLayout {