We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8a83e commit ebaef0bCopy full SHA for ebaef0b
frontend/src/components/board/items/BlurredItem.tsx
@@ -2,5 +2,5 @@ import React from "react";
2
import { Skeleton } from "@material-ui/lab";
3
4
export default function BlurredItem() {
5
- return <Skeleton variant="rect" width={360} height={180} animation={false} />;
+ return <Skeleton variant="rect" width={370} height={180} animation={false} />;
6
}
0 commit comments