💄 Improve block component capabilities

This commit is contained in:
Manuel Cillero 2024-03-09 20:08:42 +01:00
parent 36a89ac571
commit f467aaa330
10 changed files with 290 additions and 147 deletions

View file

@ -51,7 +51,7 @@ impl ComponentTrait for ActionButton {
self.alter_classes(
ClassesOp::Prepend,
[
"button__tap".to_string(),
String::from("button__tap"),
self.style().to_string(),
self.font_size().to_string(),
]