From b1c1e1a8a6f2e754b7d64bb76868371db47f9a4a Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Fri, 17 Mar 2023 10:44:17 -0300 Subject: [PATCH] refactor(site): Remove wave animation from skeleton (#6644) --- 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 930e8cb6c8..eddeb36427 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