fix(Typography): change less function to less variable in danger style (#35113)

This commit is contained in:
TrickyPi 2022-04-20 12:00:16 +08:00 committed by GitHub
parent 78536b2dbd
commit e8b816e68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,12 @@
color: @error-color; color: @error-color;
a&:active, a&:active,
a&:focus, a&:focus {
color: @error-color-active;
}
a&:hover { a&:hover {
color: ~`colorPalette('@{error-color}', 5) `; color: @error-color-hover;
} }
} }