mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Moved out styles of ripples with shadowFg color to single place.
This commit is contained in:
parent
54117cc762
commit
f077c555e2
2 changed files with 3 additions and 9 deletions
|
@ -959,9 +959,7 @@ groupCallTopBarJoin: RoundButton(defaultActiveButton) {
|
||||||
textTop: 4px;
|
textTop: 4px;
|
||||||
}
|
}
|
||||||
groupCallTopBarOpen: RoundButton(groupCallTopBarJoin) {
|
groupCallTopBarOpen: RoundButton(groupCallTopBarJoin) {
|
||||||
ripple: RippleAnimation(defaultRippleAnimation) {
|
ripple: universalRippleAnimation;
|
||||||
color: shadowFg;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
groupCallBoxButton: RoundButton(defaultBoxButton) {
|
groupCallBoxButton: RoundButton(defaultBoxButton) {
|
||||||
textFg: groupCallActiveFg;
|
textFg: groupCallActiveFg;
|
||||||
|
@ -1250,9 +1248,7 @@ desktopCaptureSubmit: RoundButton(desktopCaptureCancel) {
|
||||||
textBg: groupCallMuted1;
|
textBg: groupCallMuted1;
|
||||||
textBgOver: groupCallMuted1;
|
textBgOver: groupCallMuted1;
|
||||||
|
|
||||||
ripple: RippleAnimation(groupCallRipple) {
|
ripple: universalRippleAnimation;
|
||||||
color: shadowFg;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
desktopCaptureWithAudio: Checkbox(defaultCheckbox) {
|
desktopCaptureWithAudio: Checkbox(defaultCheckbox) {
|
||||||
textFg: groupCallMembersFg;
|
textFg: groupCallMembersFg;
|
||||||
|
|
|
@ -59,9 +59,7 @@ photoEditorRotateButton: IconButton(defaultIconButton) {
|
||||||
|
|
||||||
rippleAreaPosition: point(4px, 4px);
|
rippleAreaPosition: point(4px, 4px);
|
||||||
rippleAreaSize: 40px;
|
rippleAreaSize: 40px;
|
||||||
ripple: RippleAnimation(defaultRippleAnimation) {
|
ripple: universalRippleAnimation;
|
||||||
color: shadowFg;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
photoEditorFlipButton: IconButton(photoEditorRotateButton) {
|
photoEditorFlipButton: IconButton(photoEditorRotateButton) {
|
||||||
icon: icon {{ "photo_editor/flip", photoEditorButtonIconFg }};
|
icon: icon {{ "photo_editor/flip", photoEditorButtonIconFg }};
|
||||||
|
|
Loading…
Add table
Reference in a new issue