Skip to content

Commit 52f1fcd

Browse files
committed
Improve typo in README.md
1 parent e0633e6 commit 52f1fcd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,14 @@ function Wrapper() {
5959
imageSrc={'path/to/custom/image'}
6060
BannerProps={{ elevation: 0, variant: "outlined" }}
6161
onContextReady={context => {
62-
62+
// access to component context here
6363
}}
6464
ContainerProps={{
6565
elevation: 0,
6666
variant: "outlined",
67-
sx: {
68-
p: 1,
69-
background: theme.palette.background.default
70-
}
67+
sx: { p: 1 }
7168
}}
72-
placeholderImageDimension={{
69+
PlaceholderImageDimension={{
7370
xs: { width: 128, height: 128 },
7471
sm: { width: 128, height: 128 },
7572
md: { width: 164, height: 164 },

0 commit comments

Comments
 (0)