mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Improve system unlock button area.
This commit is contained in:
parent
4cafacc8db
commit
aaa72b7c30
1 changed files with 4 additions and 3 deletions
|
@ -292,9 +292,10 @@ passcodeAboutSkip: 7px;
|
||||||
passcodeSkip: 23px;
|
passcodeSkip: 23px;
|
||||||
passcodeSystemUnlock: IconButton(defaultIconButton) {
|
passcodeSystemUnlock: IconButton(defaultIconButton) {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 36px;
|
||||||
rippleAreaSize: 24px;
|
iconPosition: point(4px, 4px);
|
||||||
rippleAreaPosition: point(4px, 4px);
|
rippleAreaSize: 32px;
|
||||||
|
rippleAreaPosition: point(0px, 0px);
|
||||||
ripple: RippleAnimation(defaultRippleAnimation) {
|
ripple: RippleAnimation(defaultRippleAnimation) {
|
||||||
color: lightButtonBgOver;
|
color: lightButtonBgOver;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue