Skip to content

Commit

Permalink
Switch bottom left radius with bottom right radius
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsalem401 committed Jan 22, 2025
1 parent cd8e95f commit fa1ee07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/core/src/style_manager/model/PropertyFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,14 +342,14 @@ export default class PropertyFactory {
extend: 'border-top-right-radius',
id: 'border-top-right-radius-sub',
},
{
extend: 'border-bottom-right-radius',
id: 'border-bottom-right-radius-sub',
},
{
extend: 'border-bottom-left-radius',
id: 'border-bottom-left-radius-sub',
},
{
extend: 'border-bottom-right-radius',
id: 'border-bottom-right-radius-sub',
},
]),
},
'margin',
Expand Down

0 comments on commit fa1ee07

Please sign in to comment.