mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-06 14:50:21 -05:00
fix: modal table plugin with error
This commit is contained in:
parent
2d95824958
commit
0eadac1e75
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue