🚧 Code tweaks

This commit is contained in:
Manuel Cillero 2024-04-29 00:00:42 +02:00
parent b5fc06e84e
commit 928b3f91b6
6 changed files with 7 additions and 7 deletions

View file

@ -36,7 +36,7 @@ impl ComponentTrait for Item {
self.alter_classes(
ClassesOp::Prepend,
[
String::from("flex__item"),
"flex__item".to_string(),
self.grow().to_string(),
self.shrink().to_string(),
self.size().to_string(),