mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-19 20:44:36 -04:00
fix blur on feedback popup
This commit is contained in:
parent
2fe44211a5
commit
231b3cd842
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public abstract class Overlay<T extends Overlay<T>> {
|
||||||
Notification(AnimationType.SlideFromRightTop, ChangeBackgroundType.BlurLight),
|
Notification(AnimationType.SlideFromRightTop, ChangeBackgroundType.BlurLight),
|
||||||
|
|
||||||
BackgroundInfo(AnimationType.SlideDownFromCenterTop, ChangeBackgroundType.BlurUltraLight),
|
BackgroundInfo(AnimationType.SlideDownFromCenterTop, ChangeBackgroundType.BlurUltraLight),
|
||||||
Feedback(AnimationType.SlideDownFromCenterTop, ChangeBackgroundType.Darken),
|
Feedback(AnimationType.SlideDownFromCenterTop, ChangeBackgroundType.BlurLight),
|
||||||
|
|
||||||
Information(AnimationType.FadeInAtCenter, ChangeBackgroundType.BlurLight),
|
Information(AnimationType.FadeInAtCenter, ChangeBackgroundType.BlurLight),
|
||||||
Instruction(AnimationType.ScaleFromCenter, ChangeBackgroundType.BlurLight),
|
Instruction(AnimationType.ScaleFromCenter, ChangeBackgroundType.BlurLight),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue