Skip to content

Commit 07fe0ac

Browse files
committed
fix: resize block item preview
1 parent f43e83d commit 07fe0ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@composify/react",
3-
"version": "0.0.5",
3+
"version": "0.0.7",
44
"homepage": "https://composify.js.org",
55
"repository": {
66
"type": "git",

packages/react/src/editor/BlockGroup/BlockGroup.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
border: 1px solid var(--composify-palette-outline);
4040
background-color: var(--composify-palette-surface-container-low);
4141
overflow: hidden;
42-
width: 6.75rem;
43-
height: 6.75rem;
42+
width: 7.75rem;
43+
height: 7.75rem;
4444
}
4545

4646
.BlockGroup-BlockItemPreview:hover {

0 commit comments

Comments
 (0)