Skip to content

Commit

Permalink
Fix border-radius datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
skybber authored and iRyusa committed Aug 31, 2022
1 parent cbbb241 commit 7555601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mjml-carousel/src/Carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class MjCarousel extends BodyComponent {

static allowedAttributes = {
align: 'enum(left,center,right)',
'border-radius': 'unit(px,%)',
'border-radius': 'unit(px,%){1,4}',
'container-background-color': 'color',
'icon-width': 'unit(px,%)',
'left-icon': 'string',
Expand Down

0 comments on commit 7555601

Please sign in to comment.