Skip to content

Commit 5cd0158

Browse files
lttbtuchk4
authored andcommitted
Fix DifferentBlocks for styled-jss
1 parent 7dfd011 commit 5cd0158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scenes/StyledJss/DifferentBlocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const components = [];
77
for (let i = 0; i < config.size; i++) {
88
let size = Math.round(i / 10 % 1 * 10);
99

10-
const component = styled(Block, {
10+
const component = styled(Block)({
1111
border: `${size + 2}px solid #000`,
1212
borderRadius: `${size * 6}px`,
1313
});

0 commit comments

Comments
 (0)