Skip to content

Commit 82dddce

Browse files
committed
css file fix
1 parent 92446ba commit 82dddce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@
7979

8080
/* Custom utilities */
8181
@utility animate-fadeIn {
82-
animation: fadeIn 0.3s ease-in-out;
82+
animation: var(--animate-fadeIn);
8383
}
8484

8585
@utility animate-flyIn {
86-
animation: flyIn 0.3s ease-out;
86+
animation: var(--animate-flyIn);
8787
}
8888

8989
@layer base {

0 commit comments

Comments
 (0)