We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457d0fd commit 966bc10Copy full SHA for 966bc10
components/layout/style/index.ts
@@ -45,6 +45,7 @@ const genLayoutStyle: GenerateStyle<LayoutToken, CSSObject> = token => {
45
display: 'flex',
46
flex: 'auto',
47
flexDirection: 'column',
48
+ color: colorText,
49
50
/* fix firefox can't set height smaller than content on flex item */
51
minHeight: 0,
0 commit comments