Skip to content

Commit 82b6bc4

Browse files
committed
update merge
1 parent bbff606 commit 82b6bc4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pods/canvas/model/shape-other-props.utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ export const generateDefaultOtherProps = (
4848
strokeStyle: [],
4949
borderRadius: `${BASIC_SHAPE.DEFAULT_CORNER_RADIUS}`,
5050
activeElement: 0,
51+
fontSize: FONT_SIZE_VALUES.NORMALTEXT,
52+
fontVariant: `${INPUT_SHAPE.DEFAULT_FONT_VARIANT}`,
5153
};
5254
case 'input-stepper':
5355
return {

0 commit comments

Comments
 (0)