Skip to content

Commit

Permalink
fix: Remove extra character from style property (#2737)
Browse files Browse the repository at this point in the history
Remove extra character from style property from StatusIndicator in Preview.

[category:Components]

Co-authored-by: manuel.carrera <manuel.carrera@workday.com>
  • Loading branch information
mannycarrera4 and manuel.carrera authored May 13, 2024
1 parent e4a848e commit b825549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const statusIndicatorStencil = createStencil({
alignItems: 'center',
borderRadius: system.shape.half,
height: px2rem(20),
padding: `${system.space.zero} ${system.space.x1}}`,
padding: `${system.space.zero} ${system.space.x1}`,
},
modifiers: {
gray: {
Expand Down

0 comments on commit b825549

Please sign in to comment.