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