mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +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,
|
||||
zIndex: zIndexPopup,
|
||||
pointerEvents: 'none',
|
||||
color: colorText,
|
||||
|
||||
'&-pure': {
|
||||
position: 'relative',
|
||||
@ -210,7 +211,6 @@ const genDrawerStyle: GenerateStyle<DrawerToken> = (token) => {
|
||||
[`${componentCls}-title`]: {
|
||||
flex: 1,
|
||||
margin: 0,
|
||||
color: colorText,
|
||||
fontWeight: token.fontWeightStrong,
|
||||
fontSize: fontSizeLG,
|
||||
lineHeight: lineHeightLG,
|
||||
|
Loading…
Reference in New Issue
Block a user