From a15d2052607cbe0e38f4d952e70576bbc8905d25 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Fri, 17 Mar 2023 12:49:09 +0000 Subject: [PATCH] refactor(site): Remove wave animation from skeleton --- site/src/theme/props.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/site/src/theme/props.ts b/site/src/theme/props.ts index 930e8cb6c8ff6..eddeb36427c7d 100644 --- a/site/src/theme/props.ts +++ b/site/src/theme/props.ts @@ -41,7 +41,4 @@ export const props = { MuiPaper: { elevation: 0, }, - MuiSkeleton: { - animation: "wave", - }, } as ComponentsProps