diff --git a/packages/layout/src/components/GlobalFooter/style.ts b/packages/layout/src/components/GlobalFooter/style.ts index 236cc0c82937..1d1fac8a5db7 100644 --- a/packages/layout/src/components/GlobalFooter/style.ts +++ b/packages/layout/src/components/GlobalFooter/style.ts @@ -25,9 +25,9 @@ const genFooterToolBarStyle: GenerateStyle = (token) => { }, '*:not(:last-child)': { marginInlineEnd: 8, - '&:hover': { - color: token.colorText, - }, + }, + '&:hover': { + color: token.colorPrimary, }, }, '&-copyright': { fontSize: '14px', color: token.colorText },