Skip to content

Commit 0da822a

Browse files
rahmanunvergjulivan
authored andcommitted
fix(calendar-web): editor preview fix
1 parent 5aaded6 commit 0da822a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/pluggableWidgets/calendar-web/src/Calendar.editorConfig.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ export function getPreview(_values: CalendarPreviewProps, isDarkMode: boolean):
9090
width: 16,
9191
height: 16
9292
},
93-
text({ fontColor: palette.text.primary })("Calendar")
93+
container({
94+
padding: 4
95+
})(text({ fontColor: palette.text.primary })("Calendar"))
9496
)
9597
);
9698
}

0 commit comments

Comments
 (0)