diff --git a/components/pagination/style/index.tsx b/components/pagination/style/index.tsx index 08a753f345a4..3b4707fa15e1 100644 --- a/components/pagination/style/index.tsx +++ b/components/pagination/style/index.tsx @@ -222,6 +222,7 @@ const genPaginationSimpleStyle: GenerateStyle = (tok borderRadius: token.borderRadius, outline: 'none', transition: `border-color ${token.motionDurationMid}`, + color: 'inherit', '&:hover': { borderColor: token.colorPrimary, diff --git a/components/select/style/index.tsx b/components/select/style/index.tsx index 66b8413e9d01..adc262db5b29 100644 --- a/components/select/style/index.tsx +++ b/components/select/style/index.tsx @@ -35,6 +35,7 @@ const genSelectorStyle: GenerateStyle = (token) => { input: { cursor: 'auto', + color: 'inherit', }, },