Commit 71f2b31b authored by liril's avatar liril Committed by 杨奕

fix: Fix wrong compiled color

parent b0c382f2
...@@ -28,7 +28,7 @@ ...@@ -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;
} }
// 展开行 // 展开行
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment