Added rounded icon shape

This commit is contained in:
saurabhg772244
2024-09-11 12:42:45 +05:30
parent 3d1af09090
commit 5e34810335
6 changed files with 120 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
import { imgSnapshotTest } from '../../helpers/util';
const looks = ['classic', 'handDrawn'] as const;
const directions = ['TB', 'BT', 'LR', 'RL'] as const;
const looks = ['classic'] as const;
const directions = ['TB'] as const;
const forms = [undefined, 'square', 'circle'] as const;
const labelPos = [undefined, 't', 'b'] as const;