Skip to content

Commit 966bc10

Browse files
authored
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
1 parent 457d0fd commit 966bc10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/layout/style/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const genLayoutStyle: GenerateStyle<LayoutToken, CSSObject> = token => {
4545
display: 'flex',
4646
flex: 'auto',
4747
flexDirection: 'column',
48+
color: colorText,
4849

4950
/* fix firefox can't set height smaller than content on flex item */
5051
minHeight: 0,

0 commit comments

Comments
 (0)