Skip to content

Commit ee01b9b

Browse files
authored
fix(system): fix paddingBottom typings (#242)
1 parent c5c8470 commit ee01b9b

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ _Before_ submitting a pull request, please make sure the following is done…
1919
Open terminal (e.g. Terminal, iTerm, Git Bash or Git Shell) and type:
2020

2121
```sh-session
22-
$ git clone https://github.com/<your_username>/smooth-ui
23-
$ cd smooth-ui
22+
$ git clone https://github.com/<your_username>/xstyled
23+
$ cd xstyled
2424
$ git checkout -b my_branch
2525
```
2626

packages/system/src/styles/space.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -430,22 +430,22 @@ type PaddingBottomProp<T extends ITheme> = SystemProp<
430430
T
431431
>
432432
export interface PaddingBottomProps<T extends ITheme = Theme> {
433-
paddingBottop?: PaddingBottomProp<T>
434-
motionSafePaddingBottop?: PaddingBottomProp<T>
435-
motionReducePaddingBottop?: PaddingBottomProp<T>
436-
firstPaddingBottop?: PaddingBottomProp<T>
437-
lastPaddingBottop?: PaddingBottomProp<T>
438-
oddPaddingBottop?: PaddingBottomProp<T>
439-
evenPaddingBottop?: PaddingBottomProp<T>
440-
visitedPaddingBottop?: PaddingBottomProp<T>
441-
checkedPaddingBottop?: PaddingBottomProp<T>
442-
focusWithinPaddingBottop?: PaddingBottomProp<T>
443-
hoverPaddingBottop?: PaddingBottomProp<T>
444-
focusPaddingBottop?: PaddingBottomProp<T>
445-
focusVisiblePaddingBottop?: PaddingBottomProp<T>
446-
activePaddingBottop?: PaddingBottomProp<T>
447-
disabledPaddingBottop?: PaddingBottomProp<T>
448-
placeholderPaddingBottop?: PaddingBottomProp<T>
433+
paddingBottom?: PaddingBottomProp<T>
434+
motionSafePaddingBottom?: PaddingBottomProp<T>
435+
motionReducePaddingBottom?: PaddingBottomProp<T>
436+
firstPaddingBottom?: PaddingBottomProp<T>
437+
lastPaddingBottom?: PaddingBottomProp<T>
438+
oddPaddingBottom?: PaddingBottomProp<T>
439+
evenPaddingBottom?: PaddingBottomProp<T>
440+
visitedPaddingBottom?: PaddingBottomProp<T>
441+
checkedPaddingBottom?: PaddingBottomProp<T>
442+
focusWithinPaddingBottom?: PaddingBottomProp<T>
443+
hoverPaddingBottom?: PaddingBottomProp<T>
444+
focusPaddingBottom?: PaddingBottomProp<T>
445+
focusVisiblePaddingBottom?: PaddingBottomProp<T>
446+
activePaddingBottom?: PaddingBottomProp<T>
447+
disabledPaddingBottom?: PaddingBottomProp<T>
448+
placeholderPaddingBottom?: PaddingBottomProp<T>
449449
pb?: PaddingBottomProp<T>
450450
motionSafePb?: PaddingBottomProp<T>
451451
motionReducePb?: PaddingBottomProp<T>

0 commit comments

Comments
 (0)