diff --git a/style/src/theme.rs b/style/src/theme.rs index 68bf9730bb..981faedf65 100644 --- a/style/src/theme.rs +++ b/style/src/theme.rs @@ -563,7 +563,7 @@ pub enum Container { Transparent, /// A simple box. Box, - /// A simple box. + /// A colored box. Colored(Color), /// A custom style. Custom(Box>),