mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 19:56:23 -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),
|
||||
|
||||
BackgroundInfo(AnimationType.SlideDownFromCenterTop, ChangeBackgroundType.BlurUltraLight),
|
||||
Feedback(AnimationType.SlideDownFromCenterTop, ChangeBackgroundType.Darken),
|
||||
Feedback(AnimationType.SlideDownFromCenterTop, ChangeBackgroundType.BlurLight),
|
||||
|
||||
Information(AnimationType.FadeInAtCenter, ChangeBackgroundType.BlurLight),
|
||||
Instruction(AnimationType.ScaleFromCenter, ChangeBackgroundType.BlurLight),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue