fix[layout]: in a dark mode layout, the text color should change. (#7498)
* docs: updating the `dropdownRender` description and jumps in the FAQ for Select * fix[layout]: in a dark mode layout, the text color should changepull/7514/head
parent
457d0fde0b
commit
966bc1004c
|
@ -45,6 +45,7 @@ const genLayoutStyle: GenerateStyle<LayoutToken, CSSObject> = token => {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flex: 'auto',
|
flex: 'auto',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
color: colorText,
|
||||||
|
|
||||||
/* fix firefox can't set height smaller than content on flex item */
|
/* fix firefox can't set height smaller than content on flex item */
|
||||||
minHeight: 0,
|
minHeight: 0,
|
||||||
|
|
Loading…
Reference in New Issue