Browse Source

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
pull/7514/head
Carl Chen 7 months ago committed by GitHub
parent
commit
966bc1004c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      components/layout/style/index.ts

1
components/layout/style/index.ts

@ -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,

Loading…
Cancel
Save