diff --git a/components/typography/style/index.less b/components/typography/style/index.less index 6aade8cbf1..7458c551e1 100644 --- a/components/typography/style/index.less +++ b/components/typography/style/index.less @@ -22,6 +22,8 @@ &&-danger { color: @error-color; + a&:active, + a&:focus, a&:hover { color: ~`colorPalette('@{error-color}', 5) `; }