Added default ripple animation style with windowBgOver color.

This commit is contained in:
23rd
2024-10-20 03:38:47 +03:00
committed by John Preston
parent a32ff46579
commit 7092fe2242
11 changed files with 28 additions and 82 deletions

View File

@@ -165,9 +165,7 @@ introBackButton: IconButton(defaultIconButton) {
rippleAreaPosition: point(8px, 8px);
rippleAreaSize: 40px;
ripple: RippleAnimation(defaultRippleAnimation) {
color: windowBgOver;
}
ripple: defaultRippleAnimationBgOver;
}
introQrTop: -18px;