diff --git a/apps/table-plugin/src/plugin.ts b/apps/table-plugin/src/plugin.ts index a27b397..851fbb4 100644 --- a/apps/table-plugin/src/plugin.ts +++ b/apps/table-plugin/src/plugin.ts @@ -2,7 +2,7 @@ import { PluginMessageEvent } from './app/model'; penpot.ui.open('Plugin table', `?theme=${penpot.getTheme()}`, { width: 235, - height: 510, + height: 564, }); penpot.on('themechange', (theme) => {