Skip to content

Commit

Permalink
chore: use logic prop
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Feb 7, 2024
1 parent 18828ab commit 9e4d0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/date-picker/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ const genPickerStyle: GenerateStyle<PickerToken> = (token) => {
...genRoundedArrow(token, colorBgElevated, boxShadowPopoverArrow),

'&:before': {
left: token.calc(paddingInline).mul(1.5).equal(),
insetInlineStart: token.calc(paddingInline).mul(1.5).equal(),
},
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"rc-motion": "^2.9.0",
"rc-notification": "~5.3.0",
"rc-pagination": "~4.0.4",
"rc-picker": "~4.1.0",
"rc-picker": "~4.1.1",
"rc-progress": "~3.5.1",
"rc-rate": "~2.12.0",
"rc-resize-observer": "^1.4.0",
Expand Down

0 comments on commit 9e4d0ff

Please sign in to comment.