Skip to content

Commit 99fa7a7

Browse files
authored
Fix/Chip - typo in src/components/chip/index.ts (#2534)
Changed `marginHorizontally` to `marginHorizontal` to fix warning: Failed %s type: %s%s, prop, Invalid props.style key `marginHorizontally` supplied to `Text`
1 parent 7e09116 commit 99fa7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const Chip = ({
257257
}
258258
if (rightElement && leftElement) {
259259
return {
260-
marginHorizontally: 2
260+
marginHorizontal: 2
261261
};
262262
}
263263
if (iconSource || leftElement) {

0 commit comments

Comments
 (0)