Skip to content

Commit

Permalink
fix(retro): adjust width of skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
yduman committed Aug 7, 2021
1 parent af8a83e commit ebaef0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/board/items/BlurredItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import React from "react";
import { Skeleton } from "@material-ui/lab";

export default function BlurredItem() {
return <Skeleton variant="rect" width={360} height={180} animation={false} />;
return <Skeleton variant="rect" width={370} height={180} animation={false} />;
}

0 comments on commit ebaef0b

Please sign in to comment.