diff --git a/packages/theme-chalk/src/common/var.scss b/packages/theme-chalk/src/common/var.scss index 78afde3006..aa41da217f 100644 --- a/packages/theme-chalk/src/common/var.scss +++ b/packages/theme-chalk/src/common/var.scss @@ -737,7 +737,7 @@ $button: map.merge( 'active-border-color': getCssVar('color-primary'), 'active-bg-color': getCssVar('button', 'hover-bg-color'), 'outline-color': getCssVar('color-primary', 'light-5'), - 'hover-link-text-color': getCssVar('color-info'), + 'hover-link-text-color': getCssVar('text-color', 'secondary'), 'active-color': getCssVar('text-color', 'primary'), ), $button