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 change
This commit is contained in:
Carl Chen 2024-04-19 10:25:23 +08:00 committed by GitHub
parent 457d0fde0b
commit 966bc1004c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,7 @@ const genLayoutStyle: GenerateStyle<LayoutToken, CSSObject> = token => {
display: 'flex',
flex: 'auto',
flexDirection: 'column',
color: colorText,
/* fix firefox can't set height smaller than content on flex item */
minHeight: 0,