We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6c495 commit 04cc357Copy full SHA for 04cc357
2 files changed
packages/plugin-view-manager-pane/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@alilc/lowcode-plugin-view-manager-pane",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "alibaba lowcode editor undo redo plugin",
5
"files": [
6
"es",
packages/plugin-view-manager-pane/src/icon.tsx
@@ -9,8 +9,8 @@ export default function Icon(props: {
9
<div>
10
11
<svg
12
- width={props.showIconText ? '20px' : '16px'}
13
- height={props.showIconText ? '20px' : '16px'}
+ width={props.showIconText ? '16px' : '20px'}
+ height={props.showIconText ? '16px' : '20px'}
14
viewBox="0 0 16 16"
15
version="1.1"
16
xmlns="http://www.w3.org/2000/svg"
0 commit comments