style: 💄 @info-color should be @primary-color defaultly

revert #5442
This commit is contained in:
kaoding 2020-04-01 21:06:24 +08:00 committed by GitHub
parent f2a3ef5926
commit 3f8dbc500f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
// -------- Colors -----------
@primary-color: @blue-6;
@info-color: @blue-6;
@info-color: @primary-color;
@success-color: @green-6;
@processing-color: @blue-6;
@error-color: @red-5;