fix: Fix wrong compiled color

pull/9053/head
liril 2017-12-27 17:30:55 +08:00 committed by 杨奕
parent b0c382f2f8
commit 71f2b31b24
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
left: 50%; left: 50%;
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
color: color($--color-primary s(16%) l(44%)); color: $--color-text-secondary;
} }
// //