fix(ui): notifications fade out remove flash

This commit is contained in:
Emir Karabeg
2025-03-04 21:52:47 -08:00
parent 4f3e771e0e
commit 743c4fd0bf
+2 -2
View File
@@ -73,11 +73,11 @@ export default {
},
'notification-fade-out': {
'0%': {
opacity: '0',
opacity: '1',
transform: 'translateY(0)',
},
'100%': {
opacity: '1',
opacity: '0',
transform: 'translateY(0)',
},
},