Skip to content

Commit c7e8c5c

Browse files
fix(demo): Remove transition from demo app
1 parent 7231edd commit c7e8c5c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

projects/demo/src/app/app.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ body {
4949
sans-serif;
5050
background-color: var(--bg-primary);
5151
color: var(--text-primary);
52-
transition: var(--transition);
52+
/* transition: var(--transition); */
5353
}
5454

5555
/* App container */
@@ -341,8 +341,3 @@ section h3 {
341341
gap: 1rem;
342342
}
343343
}
344-
345-
/* Smooth transitions for theme changes */
346-
* {
347-
transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
348-
}

0 commit comments

Comments
 (0)