File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
npm-packages/dashboard-common/src/features Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export function EmptyDataContent({
54
54
}
55
55
56
56
return (
57
- < div className = "relative h-full w-full" >
57
+ < div className = "relative h-full w-full animate-fadeIn " >
58
58
{ /* Background table example */ }
59
59
< div
60
60
className = "pointer-events-none absolute inset-0"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ function Functions() {
107
107
108
108
function EmptyFunctions ( ) {
109
109
return (
110
- < div className = "relative h-full w-full overflow-hidden" >
110
+ < div className = "relative h-full w-full animate-fadeIn overflow-hidden" >
111
111
{ /* Background example */ }
112
112
< div
113
113
className = "pointer-events-none absolute inset-0 select-none"
You can’t perform that action at this time.
0 commit comments