mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
fix: Pagination token.itemBg not working (#49933)
This commit is contained in:
parent
82da7ac040
commit
ad70505a10
@ -23,7 +23,7 @@ const App: React.FC = () => (
|
||||
itemActiveBgDisabled: '#9c1515',
|
||||
itemInputBg: '#9c1515',
|
||||
miniOptionsSizeChangerTop: 0,
|
||||
itemBg: '#333',
|
||||
itemBg: '#b5f5ec',
|
||||
},
|
||||
},
|
||||
}}
|
||||
|
@ -514,7 +514,7 @@ const genPaginationItemStyle: GenerateStyle<PaginationToken, CSSObject> = (token
|
||||
textAlign: 'center',
|
||||
verticalAlign: 'middle',
|
||||
listStyle: 'none',
|
||||
backgroundColor: 'transparent',
|
||||
backgroundColor: token.itemBg,
|
||||
border: `${unit(token.lineWidth)} ${token.lineType} transparent`,
|
||||
borderRadius: token.borderRadius,
|
||||
outline: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user