mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
fix: drawer dark theme color (#49217)
This commit is contained in:
parent
d0fd9935c6
commit
f1c7bb2052
@ -63,6 +63,7 @@ const genDrawerStyle: GenerateStyle<DrawerToken> = (token) => {
|
|||||||
inset: 0,
|
inset: 0,
|
||||||
zIndex: zIndexPopup,
|
zIndex: zIndexPopup,
|
||||||
pointerEvents: 'none',
|
pointerEvents: 'none',
|
||||||
|
color: colorText,
|
||||||
|
|
||||||
'&-pure': {
|
'&-pure': {
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
@ -210,7 +211,6 @@ const genDrawerStyle: GenerateStyle<DrawerToken> = (token) => {
|
|||||||
[`${componentCls}-title`]: {
|
[`${componentCls}-title`]: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
margin: 0,
|
margin: 0,
|
||||||
color: colorText,
|
|
||||||
fontWeight: token.fontWeightStrong,
|
fontWeight: token.fontWeightStrong,
|
||||||
fontSize: fontSizeLG,
|
fontSize: fontSizeLG,
|
||||||
lineHeight: lineHeightLG,
|
lineHeight: lineHeightLG,
|
||||||
|
Loading…
Reference in New Issue
Block a user