diff --git a/components/layout/style/index.ts b/components/layout/style/index.ts index 6215d39df..ffdd8e1d7 100644 --- a/components/layout/style/index.ts +++ b/components/layout/style/index.ts @@ -45,6 +45,7 @@ const genLayoutStyle: GenerateStyle = token => { display: 'flex', flex: 'auto', flexDirection: 'column', + color: colorText, /* fix firefox can't set height smaller than content on flex item */ minHeight: 0,