Various fixes

This commit is contained in:
Ilya Laktyushin
2023-02-18 00:51:36 +04:00
parent 1acde55d24
commit ef96be345c
15 changed files with 139 additions and 26 deletions

View File

@@ -126,7 +126,7 @@ public final class Button: Component {
alpha = 1.0
}
} else {
alpha = 0.4
alpha = 0.3
}
transition.setAlpha(view: self.contentView, alpha: alpha)
}