mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Moved out styles of ripples with shadowFg color to single place.
This commit is contained in:
@@ -959,9 +959,7 @@ groupCallTopBarJoin: RoundButton(defaultActiveButton) {
|
||||
textTop: 4px;
|
||||
}
|
||||
groupCallTopBarOpen: RoundButton(groupCallTopBarJoin) {
|
||||
ripple: RippleAnimation(defaultRippleAnimation) {
|
||||
color: shadowFg;
|
||||
}
|
||||
ripple: universalRippleAnimation;
|
||||
}
|
||||
groupCallBoxButton: RoundButton(defaultBoxButton) {
|
||||
textFg: groupCallActiveFg;
|
||||
@@ -1250,9 +1248,7 @@ desktopCaptureSubmit: RoundButton(desktopCaptureCancel) {
|
||||
textBg: groupCallMuted1;
|
||||
textBgOver: groupCallMuted1;
|
||||
|
||||
ripple: RippleAnimation(groupCallRipple) {
|
||||
color: shadowFg;
|
||||
}
|
||||
ripple: universalRippleAnimation;
|
||||
}
|
||||
desktopCaptureWithAudio: Checkbox(defaultCheckbox) {
|
||||
textFg: groupCallMembersFg;
|
||||
|
||||
@@ -59,9 +59,7 @@ photoEditorRotateButton: IconButton(defaultIconButton) {
|
||||
|
||||
rippleAreaPosition: point(4px, 4px);
|
||||
rippleAreaSize: 40px;
|
||||
ripple: RippleAnimation(defaultRippleAnimation) {
|
||||
color: shadowFg;
|
||||
}
|
||||
ripple: universalRippleAnimation;
|
||||
}
|
||||
photoEditorFlipButton: IconButton(photoEditorRotateButton) {
|
||||
icon: icon {{ "photo_editor/flip", photoEditorButtonIconFg }};
|
||||
|
||||
Reference in New Issue
Block a user