perf: 修改颜色

pull/8541/head
ibuler 2022-07-05 20:27:04 +08:00 committed by 老广
parent 2f71ee71b9
commit 4537e30e4a
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@
</style>
<script>
document.documentElement.style.setProperty('--primary-color', "{{ PRIMARY_COLOR }}");
document.documentElement.style.setProperty('--primary-color', "{{ INTERFACE.primary_color }}");
</script>