mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
💄 STYLE: fix DatePicker's next & prev icons in rtl mode (#40238)
This commit is contained in:
parent
546bda457f
commit
dfa207253e
@ -352,12 +352,12 @@ export const genPanelStyle = (token: SharedPickerToken): CSSObject => {
|
||||
|
||||
[`${componentCls}-prev-icon,
|
||||
${componentCls}-super-prev-icon`]: {
|
||||
transform: 'rotate(135deg)',
|
||||
transform: 'rotate(45deg)',
|
||||
},
|
||||
|
||||
[`${componentCls}-next-icon,
|
||||
${componentCls}-super-next-icon`]: {
|
||||
transform: 'rotate(-45deg)',
|
||||
transform: 'rotate(-135deg)',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user