Skip to content

Commit

Permalink
Progressbar borerradius
Browse files Browse the repository at this point in the history
  • Loading branch information
El-Mito-de-Giralda committed Oct 14, 2024
1 parent 840d031 commit 01b1692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pods/canvas/model/shape-other-props.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const generateDefaultOtherProps = (
case 'progressbar':
return {
progress: '50',
borderRadius: `${INPUT_SHAPE.DEFAULT_CORNER_RADIUS}`,
};
case 'slider':
return {
Expand Down

0 comments on commit 01b1692

Please sign in to comment.